All Downloads are FREE. Search and download functionalities are using the official Maven repository.

errorprone.bugpattern.AssertEqualsArgumentOrderChecker.md Maven / Gradle / Ivy

The newest version!
JUnit's assertEquals (and similar) are defined to take the expected value first
and the actual value second. Getting these the wrong way round will cause a
confusing error message if the assertion fails.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy