-
Notifications
You must be signed in to change notification settings - Fork 38.7k
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).
Related Issues
jbduncan, carloca68 and NESOY
Metadata
Metadata
Assignees
Labels
type: taskA general taskA general task