AbstractComparisonStrategy |
|
Arrays |
Assertions for object and primitive arrays.
|
Arrays2D |
Assertions for object and primitive two-dimensional arrays.
|
AtomicReferenceArrayElementComparisonStrategy<T> |
|
BigDecimals |
Reusable assertions for BigDecimal s.
|
BigIntegers |
Reusable assertions for BigInteger s.
|
BinaryDiff |
Compares the binary content of two inputStreams/paths.
|
BinaryDiffResult |
Value class to hold the result of comparing two binary streams.
|
Boolean2DArrays |
Reusable assertions for arrays of boolean s.
|
BooleanArrays |
Reusable assertions for arrays of boolean s.
|
Booleans |
Reusable assertions for Boolean s.
|
Byte2DArrays |
Reusable assertions for two-dimensional arrays of byte s.
|
ByteArrays |
Reusable assertions for arrays of byte s.
|
Bytes |
Reusable assertions for Byte s.
|
Char2DArrays |
Reusable assertions for two-dimensional arrays of char s.
|
Characters |
Reusable assertions for Character s.
|
CharArrays |
Reusable assertions for arrays of char s.
|
ChronoLocalDateTimeComparator |
|
ChronoZonedDateTimeByInstantComparator |
|
Classes |
Reusable assertions for Class s.
|
CommonErrors |
|
CommonValidations |
|
Comparables |
Reusable assertions for types that can be compared between each other, most of the time it means Comparable s
but also for type not implementing Comparable like Number (surprisingly not comparable).
|
ComparatorBasedComparisonStrategy |
|
Conditions |
|
ConfigurableRecursiveFieldByFieldComparator |
|
Dates |
Reusable assertions for Date s.
|
DeepDifference |
Tests two objects for differences by doing a 'deep' comparison.
|
DeepDifference.Difference |
|
DeepDifference.DualKey |
|
DescribableComparator<T> |
|
Diff |
Compares the contents of two files, inputStreams or paths.
|
DigestDiff |
Compares the digest values
|
Digests |
Reusable utils for digest processing
|
Double2DArrays |
Reusable assertions for two-dimensional arrays of double s.
|
DoubleArrays |
Reusable assertions for arrays of double s.
|
Doubles |
Reusable assertions for Double s.
|
ElementsSatisfyingConsumer<E> |
Wrapper for the list of elements that satisfy certain requirements (expressed as a Consumer ).
|
ErrorMessages |
|
ExtendedByTypesComparator |
Compares objects using passed or standard default comparator extended with comparators by type.
|
Failures |
Failure actions.
|
FieldByFieldComparator |
Deprecated.
|
Files |
Reusable assertions for File s.
|
Float2DArrays |
Reusable assertions for arrays of float s.
|
FloatArrays |
Reusable assertions for arrays of float s.
|
Floats |
Reusable assertions for Float s.
|
Futures |
Reusable assertions for Future s.
|
IgnoringFieldsComparator |
Deprecated.
|
IndexedDiff |
Immutable class modeling the actual and expected elements at a given index.
|
InputStreams |
Reusable assertions for InputStream s.
|
Int2DArrays |
Reusable assertions for two-dimensional arrays of int s.
|
IntArrays |
Reusable assertions for arrays of int s.
|
Integers |
Reusable assertions for Integer s.
|
IterableDiff<T> |
|
IterableElementComparisonStrategy<T> |
|
Iterables |
Reusable assertions for Iterable s.
|
Iterators |
Reusable assertions for Iterator s.
|
Lists |
Reusable assertions for List s.
|
Long2DArrays |
Reusable assertions for two-dimensional arrays of long s.
|
LongArrays |
Reusable assertions for arrays of long s.
|
Longs |
Reusable assertions for Long s.
|
Maps |
Reusable assertions for Map s.
|
NioFilesWrapper |
Wrapper for Files to test methods throwing IOException .
|
Numbers<NUMBER extends java.lang.Number & java.lang.Comparable<NUMBER>> |
Base class of reusable assertions for numbers.
|
Object2DArrays<ELEMENT> |
Reusable assertions for two-dimensional arrays of objects.
|
ObjectArrayElementComparisonStrategy<T> |
|
ObjectArrays |
Reusable assertions for arrays of objects.
|
Objects |
Reusable assertions for Object s.
|
Objects.ByFieldsComparison |
|
OffsetDateTimeByInstantComparator |
|
OnFieldsComparator |
Deprecated.
|
Paths |
Core assertion class for Path assertions
|
Predicates |
|
RealNumbers<NUMBER extends java.lang.Number & java.lang.Comparable<NUMBER>> |
Base class of reusable assertions for real numbers (float and double).
|
RecursiveHelper |
|
Short2DArrays |
Reusable assertions for two-dimensional arrays of short s.
|
ShortArrays |
Reusable assertions for arrays of short s.
|
Shorts |
Reusable assertions for Short s.
|
Spliterators |
Reusable assertions for Spliterator s.
|
StandardComparisonStrategy |
Implements ComparisonStrategy contract with a comparison strategy based on
Objects.deepEquals(Object, Object) method, it is also based on Comparable.compareTo(Object) when Object
are Comparable method.
|
Strings |
|
Throwables |
Reusable assertions for Throwable s.
|
TypeComparators |
An internal holder of the comparators for type.
|
TypeHolder<T> |
An abstract type holder which provides to pair a specific entities for types.
|
TypeMessages |
An internal holder of the custom message for type.
|
UnambiguousRepresentation |
|
Uris |
|
Urls |
|