This first commit for this issue:
- allows JUnit Jupiter to be used for all tests
- adds a dependency on mockito-junit-jupiter
- migrates tests in spring-core to JUnit Jupiter, except parameterized
tests
The following script was developed in order to semi-automate the
migration process.
https://github.com/sbrannen/junit-converters/blob/master/junit4ToJUnitJupiter.zsh
See gh-23451
@ -105,7 +105,7 @@ public class MultipleComposedAnnotationsOnSingleAnnotatedElementTests {
@@ -105,7 +105,7 @@ public class MultipleComposedAnnotationsOnSingleAnnotatedElementTests {
}
@Test
@Ignore("Disabled since some Java 8 updates handle the bridge method differently")
@Disabled("Disabled since some Java 8 updates handle the bridge method differently")
@ -71,7 +71,7 @@ public class LeakAwareDataBufferFactory implements DataBufferFactory {
@@ -71,7 +71,7 @@ public class LeakAwareDataBufferFactory implements DataBufferFactory {