Package | Description |
---|---|
org.assertj.core.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComparableNumberComparator<T extends java.lang.Number & java.lang.Comparable<T>> |
class |
BigDecimalComparator
A
BigDecimal Comparator based on BigDecimal.compareTo(BigDecimal) .Is useful if ones wants to use BigDecimal assertions based on BigDecimal.compareTo(BigDecimal) instead of
BigDecimal.equals(Object) method. |
class |
BigIntegerComparator
A
BigInteger Comparator based on BigInteger.compareTo(BigInteger) .Is useful if ones wants to use BigInteger assertions based on BigInteger.compareTo(BigInteger) instead of
BigInteger.equals(Object) method. |
class |
DoubleComparator |
class |
FloatComparator |