Uses of Class
org.fest.assertions.BigDecimalAssert
-
Uses of BigDecimalAssert in org.fest.assertions
Methods in org.fest.assertions that return BigDecimalAssertModifier and TypeMethodDescriptionSets the description of the actual value, to be used in as message of any
thrown when an assertion fails.AssertionError
BigDecimalAssert.as
(Description description) Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails.AssertionError
static BigDecimalAssert
Assertions.assertThat
(BigDecimal actual) Creates a new instance of
.BigDecimalAssert
BigDecimalAssert.describedAs
(String description) Alias for
, since "as" is a keyword in Groovy.GenericAssert.as(String)
BigDecimalAssert.describedAs
(Description description) Alias for
, since "as" is a keyword in Groovy.GenericAssert.as(Description)
BigDecimalAssert.doesNotSatisfy
(Condition<BigDecimal> condition) Verifies that the actual
does not satisfy the given condition.BigDecimal
BigDecimalAssert.is
(Condition<BigDecimal> condition) Alias for
.satisfies(Condition)
BigDecimalAssert.isEqualByComparingTo
(BigDecimal expected) Verifies that the actual
is equal to the given one.BigDecimal
BigDecimalAssert.isEqualTo
(BigDecimal expected) Verifies that the actual
is equal to the given one.BigDecimal
BigDecimalAssert.isGreaterThan
(BigDecimal other) Verifies that the actual
value is greater than the given one.BigDecimal
BigDecimalAssert.isGreaterThanOrEqualTo
(BigDecimal other) Verifies that the actual
value is greater than or equal to the given one.BigDecimal
BigDecimalAssert.isLessThan
(BigDecimal other) Verifies that the actual
value is less than the given one.BigDecimal
BigDecimalAssert.isLessThanOrEqualTo
(BigDecimal other) Verifies that the actual
value is less than or equal to the given one.BigDecimal
BigDecimalAssert.isNegative()
Verifies that the actual
is negative.BigDecimal
BigDecimalAssert.isNot
(Condition<BigDecimal> condition) Alias for
.doesNotSatisfy(Condition)
BigDecimalAssert.isNotEqualByComparingTo
(BigDecimal expected) Verifies that the actual
is not equal to the given one.BigDecimal
BigDecimalAssert.isNotEqualTo
(BigDecimal other) Verifies that the actual
is not equal to the given one.BigDecimal
BigDecimalAssert.isNotNull()
Verifies that the actual
is notBigDecimal
null
.BigDecimalAssert.isNotSameAs
(BigDecimal other) Verifies that the actual
is not the same as the given one.BigDecimal
BigDecimalAssert.isNotZero()
Verifies that the actual
is not equal to zero, regardless of precision.BigDecimal
BigDecimalAssert.isPositive()
Verifies that the actual
is positive.BigDecimal
BigDecimalAssert.isSameAs
(BigDecimal expected) Verifies that the actual
is the same as the given one.BigDecimal
BigDecimalAssert.isZero()
Verifies that the actual
is equal to zero, regardless of precision.BigDecimal
BigDecimalAssert.overridingErrorMessage
(String message) Replaces the default message displayed in case of a failure with the given one.BigDecimalAssert.satisfies
(Condition<BigDecimal> condition) Verifies that the actual
satisfies the given condition.BigDecimal