|
||||||||||
| 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.isEqualByComparingTo(String expected)
Same as isEqualByComparingTo(BigDecimal) but takes
care of converting given String to BigDecimal for you. |
BigDecimalAssert |
BigDecimalAssert.isEqualTo(String expected)
Same as isEqualTo(BigDecimal) but takes care of converting given String to
BigDecimal for you. |
BigDecimalAssert |
BigDecimalAssert.isNegative()
Verifies that the actual value is negative. |
BigDecimalAssert |
BigDecimalAssert.isNotNegative()
Verifies that the actual value is non negative (positive or equal zero). |
BigDecimalAssert |
BigDecimalAssert.isNotPositive()
Verifies that the actual value is non positive (negative or equal zero). |
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<? super BigDecimal> customComparator)
|
BigDecimalAssert |
BigDecimalAssert.usingDefaultComparator()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||