|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.derquinse.common.test.EqualityTests
public final class EqualityTests
Equality tests support methods.
| Method Summary | |
|---|---|
static void |
many(List<?> objects)
Checks equality for many object. |
static void |
many(Object... objects)
Checks equality for many object. |
static void |
one(Object obj)
Checks equality for one object. |
static void |
two(Object obj1,
Object obj2)
Checks equality for two objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void one(Object obj)
obj - Object to test.
public static void two(Object obj1,
Object obj2)
obj1 - First object to test.obj1 - Second object to test.
public static void many(@Nullable
List<?> objects)
two(Object, Object)), so that the relation is transitive.
objects - Objects to test.public static void many(Object... objects)
two(Object, Object)), so that the relation is transitive.
objects - Objects to test.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||