Package org.atlanmod.testing
-
Class Summary Class Description EqualsVerifier<T> Verifies that theequals()method of a class was correctly implemented, checking that: - An object is not equal tonull- An object is equal to self - An object is equal to another similar object (created with the same arguments) - An object is not equal to objects created with different argumentsVerifier Entry point for verification methods that improve unit tests.