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:
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*Testsclasses could be added in the sameexecutionpackage, with the package to be removed eventually. A separatesupportpackage, next toexecution, could be the home for JUnit 5 variants.The documentation should also be updated accordingly.
Affects: 2.5.1
Issue Links:
("is duplicated by")