AbstractComparisonStrategy |
|
BigDecimals |
Reusable assertions for BigDecimal s.
|
BinaryDiffResult |
Value class to hold the result of comparing two binary streams.
|
BooleanArrays |
Reusable assertions for arrays of boolean s.
|
Booleans |
Reusable assertions for Boolean s.
|
ByteArrays |
Reusable assertions for arrays of byte s.
|
Bytes |
Reusable assertions for Byte s.
|
Characters |
Reusable assertions for Character s.
|
CharArrays |
Reusable assertions for arrays of char s.
|
Comparables |
Reusable assertions for Comparable s.
|
ComparisonStrategy |
Describes the contract to implement a consistent comparison strategy that covers :
- comparing two objects for equality and order
- knowing if an object belongs to a group of objects (collection/array)
- determining duplicates in a group of objects (collection/array)
- string specific comparison
|
Conditions |
|
Dates |
Reusable assertions for Date s.
|
DoubleArrays |
Reusable assertions for arrays of double s.
|
Doubles |
Reusable assertions for Double s.
|
Failures |
Failure actions.
|
Files |
Reusable assertions for File s.
|
FloatArrays |
Reusable assertions for arrays of float s.
|
Floats |
Reusable assertions for Float s.
|
InputStreams |
Reusable assertions for InputStream s.
|
IntArrays |
Reusable assertions for arrays of int s.
|
Integers |
Reusable assertions for Integer s.
|
Iterables |
Reusable assertions for Iterable s.
|
Lists |
Reusable assertions for List s.
|
LongArrays |
Reusable assertions for arrays of long s.
|
Longs |
Reusable assertions for Long s.
|
Maps |
Reusable assertions for Map s.
|
Numbers |
Base class of reusable assertions for numbers.
|
ObjectArrays |
Reusable assertions for arrays of objects.
|
Objects |
Reusable assertions for Object s.
|
PropertySupport |
Utility methods for properties access.
|
RealNumbers |
Base class of reusable assertions for real numbers (float and double).
|
ShortArrays |
Reusable assertions for arrays of short s.
|
Shorts |
Reusable assertions for Short s.
|
StandardComparisonStrategy |
Implements ComparisonStrategy contract with a comparison strategy based on Object.equals(Object) method, it is
also based on Comparable.compareTo(Object) when Object are Comparable method.
|
Strings |
Reusable assertions for String s.
|
Throwables |
Reusable assertions for Throwable s.
|