- EQUAL_DATAPOINTS - Static variable in interface nl.vpro.test.jqwik.BasicObjectTest
-
- equalDatapoints() - Method in interface nl.vpro.test.jqwik.BasicObjectTest
-
- equals(Object) - Method in class nl.vpro.test.util.TestClass
-
- equalsConsistentWithComparable(E, E) - Method in interface nl.vpro.test.jqwik.ComparableTest
-
- equalsConsistentWithComparable(Comparable, Object) - Method in class nl.vpro.test.theory.ComparableTest
-
Deprecated.
- equalsIsConsistent(E, E) - Method in interface nl.vpro.test.jqwik.BasicObjectTest
-
For any non-null reference values x and y, multiple invocations
of x.equals(y) consistently return true or consistently return
false, provided no information used in equals comparisons on
the objects is modified.
- equalsIsConsistent(Object, Object) - Method in class nl.vpro.test.theory.ObjectTest
-
Deprecated.
For any non-null reference values x and y, multiple invocations
of x.equals(y) consistently return true or consistently return
false, provided no information used in equals comparisons on
the objects is modified.
- equalsIsReflexive(E) - Method in interface nl.vpro.test.jqwik.BasicObjectTest
-
For any non-null reference value x, x.equals(x) should return true
- equalsIsReflexive(Object) - Method in class nl.vpro.test.theory.ObjectTest
-
Deprecated.
For any non-null reference value x, x.equals(x) should return true
- equalsIsSymmetric(E, E) - Method in interface nl.vpro.test.jqwik.BasicObjectTest
-
For any non-null reference values x and y, x.equals(y)
should return true if and only if y.equals(x) returns true.
- equalsIsSymmetric(Object, Object) - Method in class nl.vpro.test.theory.ObjectTest
-
Deprecated.
For any non-null reference values x and y, x.equals(y)
should return true if and only if y.equals(x) returns true.
- equalsIsTransitive(Pair<E, E>, Pair<E, E>) - Method in interface nl.vpro.test.jqwik.BasicObjectTest
-
For any non-null reference values x, y, and z, if x.equals(y)
returns true and y.equals(z) returns true, then x.equals(z)
should return true.
- equalsIsTransitive(Object, Object, Object) - Method in class nl.vpro.test.theory.ObjectTest
-
Deprecated.
For any non-null reference values x, y, and z, if x.equals(y)
returns true and y.equals(z) returns true, then x.equals(z)
should return true.
- equalsReturnFalseOnNull(E) - Method in interface nl.vpro.test.jqwik.BasicObjectTest
-
For any non-null reference value x, x.equals(null); should
return false.
- equalsReturnFalseOnNull(Object) - Method in class nl.vpro.test.theory.ObjectTest
-
Deprecated.
For any non-null reference value x, x.equals(null) should
return false.
- equalsWorks(Object, Object) - Method in class nl.vpro.test.theory.ObjectTest
-
Deprecated.
Test that x.equals(y) where x and y are the same datapoint
instance works.
- ExceptionCollector - Class in nl.vpro.test.jupiter
-
- ExceptionCollector() - Constructor for class nl.vpro.test.jupiter.ExceptionCollector
-