Closed
Description
Overview
Although we have to use JUnit 4 for various tests in spring-test
that validate our JUnit 4 support, we should be able to migrate all other tests from JUnit 4 to JUnit Jupiter.
The primary challenges include parameterized tests, where the JUnit 4 style (i.e., class-level parameterization) does not always map easily to Jupiter's @ParameterizedTest
support (i.e., method-level parameterization).