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
Commit 9b3f456 should have failed the build since it imports and uses org.junit.jupiter.api.Assertions.
org.junit.jupiter.api.Assertions
I've addressed that in 31a07e6, but we need to revise our Checkstyle rules to prevent accidental usage of other assertion APIs.
The text was updated successfully, but these errors were encountered:
7598bca
sbrannen
No branches or pull requests
Commit 9b3f456 should have failed the build since it imports and uses
org.junit.jupiter.api.Assertions
.I've addressed that in 31a07e6, but we need to revise our Checkstyle rules to prevent accidental usage of other assertion APIs.
The text was updated successfully, but these errors were encountered: