Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
JUnit Core 1.0.30
-
None
Description
JUnit Core does not yet support server-side JUnit 5 tests. JUnit 5 is provided via several OSGi bundles, i.e. the APIs and Implementations can be deployed into Felix.
In order to leverage these, JUnit Core should have
- optional imports for the necessary packages
- run the tests JUnit 5 style if all of the optional imports are available
- run the tests like before if any of the optional imports are missing