-
Notifications
You must be signed in to change notification settings - Fork 34
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
#243 Update test framework JUnit to 5.x #244
Conversation
mawiesne
commented
Oct 29, 2023
- updates to JUnit 5.10.x
- adapts existing test classes to new package names and test concepts of JUnit 5
Ping @reckart. Please signal if you agree with this PR. |
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 for the PR - great work!
Please avoid defining dependency scopes in the dependencyManagement sections.
It should not be necessary to have a hard dependency on the jupiter engine (tests should only depend on the API) - rather if necessary, it should be a dependency of the surefire plugin.
will check this. |
ffddeef
to
4a8a4e5
Compare
- updates to JUnit 5.10.x - adapts existing test classes to new package names and test concepts of JUnit 5
4a8a4e5
to
6199cd7
Compare
@reckart I reworked the PR towards your comments. I think, it should be fine now. |
@mawiesne feel free to merge ;) |