equalsverifier - equalsverifier can be used in Java unit tests to verify whether the contract for the equals and hashCode methods is met. - Google Project Hosting - 0 views
-
EqualsVerifierEqualsVerifier can be used in Java unit tests to verify whether the contract for the equals and hashCode methods in a class is met. The contracts are described in the Javadoc comments for the java.lang.Object class.