org.ops4j.pax.exam2 icon indicating copy to clipboard operation
org.ops4j.pax.exam2 copied to clipboard

OSGi mode for JUnit 5 driver [PAXEXAM-905]

Open ops4j-issues opened this issue 7 years ago • 1 comments

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

ops4j-issues avatar Nov 12 '17 18:11 ops4j-issues