static BigDecimalAssert |
Assertions.assertThat(java.math.BigDecimal actual) |
|
BigDecimalAssert |
BigDecimalAssert.isEqualByComparingTo(java.lang.String expected) |
|
BigDecimalAssert |
BigDecimalAssert.isEqualTo(java.lang.String expected) |
|
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(java.util.Comparator<? super java.math.BigDecimal> customComparator) |
|
BigDecimalAssert |
BigDecimalAssert.usingDefaultComparator() |
|