|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BigDecimalAssert | |
---|---|
org.fest.assertions.api |
Uses of BigDecimalAssert in org.fest.assertions.api |
---|
Methods in org.fest.assertions.api that return BigDecimalAssert | |
---|---|
static BigDecimalAssert |
Assertions.assertThat(BigDecimal actual)
Creates a new instance of . |
BigDecimalAssert |
BigDecimalAssert.isNegative()
Verifies that the actual value is negative. |
BigDecimalAssert |
BigDecimalAssert.isNotZero()
Verifies that the actual value is not equal to zero. |
BigDecimalAssert |
BigDecimalAssert.isPositive()
Verifies that the actual value is positive. |
BigDecimalAssert |
BigDecimalAssert.isZero()
Verifies that the actual value is equal to zero. |
BigDecimalAssert |
BigDecimalAssert.usingComparator(Comparator<?> customComparator)
|
BigDecimalAssert |
BigDecimalAssert.usingDefaultComparator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |