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 anythrown when an assertion fails.AssertionErrorBigDecimalAssert.as(Description description) Sets the description of the actual value, to be used in as message of anythrown when an assertion fails.AssertionErrorstatic BigDecimalAssertAssertions.assertThat(BigDecimal actual) Creates a new instance of.BigDecimalAssertBigDecimalAssert.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 actualdoes not satisfy the given condition.BigDecimalBigDecimalAssert.is(Condition<BigDecimal> condition) Alias for.satisfies(Condition)BigDecimalAssert.isEqualByComparingTo(BigDecimal expected) Verifies that the actualis equal to the given one.BigDecimalBigDecimalAssert.isEqualTo(BigDecimal expected) Verifies that the actualis equal to the given one.BigDecimalBigDecimalAssert.isGreaterThan(BigDecimal other) Verifies that the actualvalue is greater than the given one.BigDecimalBigDecimalAssert.isGreaterThanOrEqualTo(BigDecimal other) Verifies that the actualvalue is greater than or equal to the given one.BigDecimalBigDecimalAssert.isLessThan(BigDecimal other) Verifies that the actualvalue is less than the given one.BigDecimalBigDecimalAssert.isLessThanOrEqualTo(BigDecimal other) Verifies that the actualvalue is less than or equal to the given one.BigDecimalBigDecimalAssert.isNegative()Verifies that the actualis negative.BigDecimalBigDecimalAssert.isNot(Condition<BigDecimal> condition) Alias for.doesNotSatisfy(Condition)BigDecimalAssert.isNotEqualByComparingTo(BigDecimal expected) Verifies that the actualis not equal to the given one.BigDecimalBigDecimalAssert.isNotEqualTo(BigDecimal other) Verifies that the actualis not equal to the given one.BigDecimalBigDecimalAssert.isNotNull()Verifies that the actualis notBigDecimalnull.BigDecimalAssert.isNotSameAs(BigDecimal other) Verifies that the actualis not the same as the given one.BigDecimalBigDecimalAssert.isNotZero()Verifies that the actualis not equal to zero, regardless of precision.BigDecimalBigDecimalAssert.isPositive()Verifies that the actualis positive.BigDecimalBigDecimalAssert.isSameAs(BigDecimal expected) Verifies that the actualis the same as the given one.BigDecimalBigDecimalAssert.isZero()Verifies that the actualis equal to zero, regardless of precision.BigDecimalBigDecimalAssert.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 actualsatisfies the given condition.BigDecimal