Index

A C E O V W 
All Classes|All Packages

A

andVariants(Object...) - Method in class org.atlanmod.testing.EqualsVerifier
Variants are used to create instances of type that are different from the reference instance.
assertIsEqual(Object, Object) - Static method in class org.atlanmod.testing.EqualsVerifier
 
assertIsEqualsToSelf(Object) - Static method in class org.atlanmod.testing.EqualsVerifier
 
assertNotEqual(Object, Object) - Static method in class org.atlanmod.testing.EqualsVerifier
 
assertNotEqualToNull(Object) - Static method in class org.atlanmod.testing.EqualsVerifier
 

C

check() - Method in class org.atlanmod.testing.EqualsVerifier
Verifies the implementation of method equals().

E

EqualsVerifier<T> - Class in org.atlanmod.testing
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

O

org.atlanmod.testing - package org.atlanmod.testing
 

V

Verifier - Class in org.atlanmod.testing
Entry point for verification methods that improve unit tests.
verifyEqualsOf(Class<T>) - Static method in class org.atlanmod.testing.Verifier
Creates a EqualsVerifier for class type.

W

withArguments(Object...) - Method in class org.atlanmod.testing.EqualsVerifier
Arguments are used to create a reference instance of class type.
A C E O V W 
All Classes|All Packages