You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many files that just don't have a serve a purpose, incomplete, or outdated, take a look at those as well. (ie. StudyDeploymentControllerTest)
With the spring boot update comes the update to Junit 5, and there are some things to consider when writing unit tests. There is nice guide with good standards (IMO): https://phauer.com/2018/best-practices-unit-testing-kotlin/
There are many files that just don't have a serve a purpose, incomplete, or outdated, take a look at those as well. (ie. StudyDeploymentControllerTest)
There is also a guide on spring boot testing with kotlin where they show you examples of unit-, integration- and e2e tests: https://www.baeldung.com/kotlin/spring-boot-testing
Checklist
Modules
The text was updated successfully, but these errors were encountered: