Comment on page
Migrate Spring Boot 2.x projects to JUnit 5 from JUnit 4.
org.openrewrite.java.spring.boot2.SpringBoot2JUnit4to5Migration
This recipe will migrate a Spring Boot application's tests from JUnit 4 to JUnit 5. This spring-specific migration includes conversion of Spring Test runners to Spring Test extensions and awareness of the composable Spring Test annotations.
- spring
- junit
- test
- jupiter
- boot