Package | Description |
---|---|
org.assertj.core.util |
Modifier and Type | Class | Description |
---|---|---|
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. |
Copyright © 2014–2019. All rights reserved.