Overview
In preparation for upgrading to JUnit 6 with its "deprecation" of the the JUnit Vintage test engine, we should finally convert SpringAtInjectTckTests
to the JUnit Jupiter programming model, even though we'll internally have to adapt from a JUnit 3 TestCase
and TestSuite
to JUnit Jupiter constructs.
Doing so will also allow us to remove the dependency on junit-vintage-engine
in spring-context
.
Related Issues
-
35124