Package org.atlanmod.testing

  • Class Summary 
    Class Description
    EqualsVerifier<T>
    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
    Verifier
    Entry point for verification methods that improve unit tests.