| AbstractComparisonStrategy | 
 | 
| BigDecimals | 
 Reusable assertions for BigDecimals. 
 | 
| BinaryDiffResult | 
 Value class to hold the result of comparing two binary streams. 
 | 
| BooleanArrays | 
 Reusable assertions for arrays of booleans. 
 | 
| Booleans | 
 Reusable assertions for Booleans. 
 | 
| ByteArrays | 
 Reusable assertions for arrays of bytes. 
 | 
| Bytes | 
 Reusable assertions for Bytes. 
 | 
| Characters | 
 Reusable assertions for Characters. 
 | 
| CharArrays | 
 Reusable assertions for arrays of chars. 
 | 
| Comparables | 
 Reusable assertions for Comparables. 
 | 
| 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 Dates. 
 | 
| DoubleArrays | 
 Reusable assertions for arrays of doubles. 
 | 
| Doubles | 
 Reusable assertions for Doubles. 
 | 
| Failures | 
 Failure actions. 
 | 
| Files | 
 Reusable assertions for Files. 
 | 
| FloatArrays | 
 Reusable assertions for arrays of floats. 
 | 
| Floats | 
 Reusable assertions for Floats. 
 | 
| InputStreams | 
 Reusable assertions for InputStreams. 
 | 
| IntArrays | 
 Reusable assertions for arrays of ints. 
 | 
| Integers | 
 Reusable assertions for Integers. 
 | 
| Iterables | 
 Reusable assertions for Iterables. 
 | 
| Lists | 
 Reusable assertions for Lists. 
 | 
| LongArrays | 
 Reusable assertions for arrays of longs. 
 | 
| Longs | 
 Reusable assertions for Longs. 
 | 
| Maps | 
 Reusable assertions for Maps. 
 | 
| Numbers | 
 Base class of reusable assertions for numbers. 
 | 
| ObjectArrays | 
 Reusable assertions for arrays of objects. 
 | 
| Objects | 
 Reusable assertions for Objects. 
 | 
| PropertySupport | 
 Utility methods for properties access. 
 | 
| RealNumbers | 
 Base class of reusable assertions for real numbers (float and double). 
 | 
| ShortArrays | 
 Reusable assertions for arrays of shorts. 
 | 
| Shorts | 
 Reusable assertions for Shorts. 
 | 
| 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 Strings. 
 | 
| Throwables | 
 Reusable assertions for Throwables. 
 |