-
Notifications
You must be signed in to change notification settings - Fork 195
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
chore: cleans up junit5 module #298
Conversation
Why that file is needed on container side?
...t5/core/src/main/java/org/jboss/arquillian/junit5/JUnitJupiterTestClassLifecycleManager.java
Outdated
Show resolved
Hide resolved
Also fixes issue with using global store for results
@bartoszmajsak And would be cool to actually write any tests for junit5 module.. |
Thanks for your work. Much appreciated. I will go over the code and run some tests this weekend and come back with more feedback.
Don't have any excuse besides wanting to get some feedback from the Alpha release based on the code which was already there as an external extension. I will however work on the tests during Xmas break, as we have to have them sooner than later. |
Looks great |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again!
Short description of what this resolves:
Cleaning of junit5 arquillian module..
Because jupiter have state keeping it in extra threads is not needed.
Changes proposed in this pull request:
Im not sure if cleaning didnt went way too far..
Please look..
I will test it thoroughly now to see how many things I broke..