Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSGi mode for JUnit 5 driver [PAXEXAM-905] #988

Open
ops4j-issues opened this issue Nov 12, 2017 · 1 comment
Open

OSGi mode for JUnit 5 driver [PAXEXAM-905] #988

ops4j-issues opened this issue Nov 12, 2017 · 1 comment
Labels

Comments

@ops4j-issues
Copy link

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
Copy link
Author

Christoph Läubrich commented

I think we should open a request to the Junit team to include at least OSGi Manifest Headers. I've already done this in the future and it would prevent from struggling at least with wrapping...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant