Spring Boot and JUnit 5

Spring Boot and JUnit 5
Reading Time: 3 minutes

The much anticipated release of JUnit 5 is almost here and Spring 5.0 will have official support for it. However,  it’s still possible to run JUnit 5 Tests within your current Spring applications right now. I’ll show you how to bring you testing to the next level by using Spring Boot and JUnit 5. This Post concentrates on the new ability to Dependency Inject right into our @Test method parameters. I warn you though, after getting a taste of this … there’s no going back!

Continue reading “Spring Boot and JUnit 5”