Modifier and Type | Method and Description |
---|---|
static BigDecimalAssert |
Assertions.assertThat(BigDecimal actual)
Creates a new instance of
. |
BigDecimalAssert |
BigDecimalAssert.isNegative()
Verifies that the actual
is negative. |
BigDecimalAssert |
BigDecimalAssert.isNotZero()
Verifies that the actual
is not equal to zero, regardless of precision. |
BigDecimalAssert |
BigDecimalAssert.isPositive()
Verifies that the actual
is positive. |
BigDecimalAssert |
BigDecimalAssert.isZero()
Verifies that the actual
is equal to zero, regardless of precision. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.