-
Notifications
You must be signed in to change notification settings - Fork 248
Open
Description
Rossen Stoyanchev opened SWF-1740 and commented
Currently the Flow Test support depends on the JUnit 3 class hierarchy preventing applications from upgrading to recent JUnit versions. We need to allow use of both JUnit 5 and JUnit 4.
For the actual execution, we'll likely need to duplicate the base classes from the execution package and deprecate the existing ones. AbstractJUnit4*Tests classes could be added in the same execution package, with the package to be removed eventually. A separate support package, next to execution, could be the home for JUnit 5 variants.
The documentation should also be updated accordingly.
Affects: 2.5.1
Issue Links:
- Stop depending on JUnit 3 and upgrade to JUnit 4 [SWF-1738] #913 Stop depending on JUnit 3 and upgrade to JUnit 4
("is duplicated by")