Dev/junit
[junit5] spring framework 4 + junit 5
냐옴
2021. 4. 12. 08:59
antkorwin.com/junit5/junit5_in_spring4.html
How to use the JUnit5 in the Spring Framework 4
If you have a project with the Spring Framework older than 5.0 or a project with the SpringBoot older than 2.0 then you cannot find SpringExtension class in sources of spring libs. To fix this you need to add a Sam Brannen’s dependency: com.github.sbrann
antkorwin.com