Skip to content

Flow Test Support for JUnit 4 and JUnit 5 [SWF-1740] #915

@spring-operator

Description

@spring-operator

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:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions