Uses of Package
org.atlanmod.testing

  • Classes in org.atlanmod.testing used by org.atlanmod.testing 
    Class Description
    EqualsVerifier
    Verifies that the equals() method of a class was correctly implemented, checking that: - An object is not equal to null - 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 arguments