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

#243 Update test framework JUnit to 5.x #244

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

mawiesne
Copy link
Contributor

  • updates to JUnit 5.10.x
  • adapts existing test classes to new package names and test concepts of JUnit 5

@mawiesne mawiesne requested a review from rzo1 October 29, 2023 18:44
@mawiesne mawiesne added this to the 2.0.0 milestone Oct 29, 2023
@mawiesne mawiesne requested a review from reckart October 29, 2023 18:44
@mawiesne mawiesne self-assigned this Oct 29, 2023
@mawiesne mawiesne changed the title #243 Update test framework JUnit to 5.x #244 Update test framework JUnit to 5.x Oct 29, 2023
@mawiesne mawiesne changed the title #244 Update test framework JUnit to 5.x #243 Update test framework JUnit to 5.x Oct 29, 2023
@mawiesne mawiesne added 🆕Enhancement dependencies Pull requests that update a dependency file major labels Oct 29, 2023
@mawiesne
Copy link
Contributor Author

Ping @reckart. Please signal if you agree with this PR.

Copy link
Member

@reckart reckart left a 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.

@mawiesne
Copy link
Contributor Author

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.

@mawiesne mawiesne force-pushed the #243-update-test-framework-JUnit-to-5.x branch from ffddeef to 4a8a4e5 Compare October 30, 2023 10:39
- updates to JUnit 5.10.x
- adapts existing test classes to new package names and test concepts of JUnit 5
@mawiesne mawiesne force-pushed the #243-update-test-framework-JUnit-to-5.x branch from 4a8a4e5 to 6199cd7 Compare October 30, 2023 10:42
@mawiesne
Copy link
Contributor Author

@reckart I reworked the PR towards your comments. I think, it should be fine now.

@reckart
Copy link
Member

reckart commented Oct 30, 2023

@mawiesne feel free to merge ;)

@mawiesne mawiesne merged commit 18d3dfc into master Oct 30, 2023
6 checks passed
@mawiesne mawiesne deleted the #243-update-test-framework-JUnit-to-5.x branch October 30, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file 🆕Enhancement major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants