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

Revise Checkstyle rules to prohibit use of assertions other than AssertJ #31116

Closed
sbrannen opened this issue Aug 26, 2023 · 0 comments
Closed
Assignees
Labels
type: task A general task
Milestone

Comments

@sbrannen
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant