We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JUnit 5.11 has been released: https://junit.org/junit5/docs/5.11.0/release-notes/
The text was updated successfully, but these errors were encountered:
2eff5cb
Use new features from JUnit Jupiter 5.11
d749d29
This commit primarily migrates to the new argumentSet() feature but also applies additional polishing to our use of parameterized tests. See gh-33395
de33056
This commit migrates additional parameterized tests (that were missed in the previous commit) to the new argumentSet() feature. See gh-33395
Upgrade to Mockito 5.13 (depends on JUnit 5.11)
78028cd
See gh-33395
sbrannen
No branches or pull requests
JUnit 5.11 has been released: https://junit.org/junit5/docs/5.11.0/release-notes/
The text was updated successfully, but these errors were encountered: