equalsverifier - EqualsVerifier can be used in Java unit tests to verify whether the co... - 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.