org.ops4j.pax.exam2
org.ops4j.pax.exam2 copied to clipboard
OSGi mode for JUnit 5 driver [PAXEXAM-905]
Harald Wellmann created PAXEXAM-905
Goals
- Users are able to run Pax Exam OSGi tests using the JUnit Jupiter API, annotating their test classes with
@ExtendWith(PaxExam.class)
- There are some regression tests running in the integration test job on all supported OSGi frameworks.
Notes
With JUnit 4, we had to create our own OSGified artifacts. With JUnit 5, there is still no OSGi support, and things will be even harder, since we'll have to wrap at least 6 JARs and deal with the ServiceLoader
which JUnit 5 uses for extension and engine discovery.
Votes: 0, Watches: 2