You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am migrating a Spring 4.x project from JUnit 4 to JUnit 5, taking in consideration to use all the APIs of JUnit 5, thus removing all usage of JUnit 4.
I realize I must use either @ExtendWith(SpringExtension.class), @SpringJUnitConfig, or @SpringJUnitWebConfig, but this requires an upgrade to Spring 5.
Manuel Jordan opened SPR-16446 and commented
I am migrating a Spring 4.x project from JUnit 4 to JUnit 5, taking in consideration to use all the APIs of JUnit 5, thus removing all usage of JUnit 4.
I realize I must use either
@ExtendWith(SpringExtension.class)
,@SpringJUnitConfig
, or@SpringJUnitWebConfig
, but this requires an upgrade to Spring 5.I checked Spring Framework Reference Documentation 4.3.14.RELEASE, but it is not clear, for example, if Spring 4.x can be used with JUnit 5 and how.
A dedicated section would be valuable.
Affects: 4.3.14
The text was updated successfully, but these errors were encountered: