Class RoundBigDecimalAssert


  • @Deprecated(since="2011",
                forRemoval=true)
    public class RoundBigDecimalAssert
    extends org.fest.assertions.GenericAssert<RoundBigDecimalAssert,​java.math.BigDecimal>
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 2011, use Assertions.assertThat(BigDecimal)
    • Field Summary

      • Fields inherited from class org.fest.assertions.GenericAssert

        actual, myself
    • Constructor Summary

      Constructors 
      Constructor Description
      RoundBigDecimalAssert​(java.math.BigDecimal actual)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static RoundBigDecimalAssert assertThat​(java.math.BigDecimal actual)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RoundBigDecimalAssert isEqualTo​(java.math.BigDecimal other)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RoundBigDecimalAssert scalingTo​(int digits)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class org.fest.assertions.GenericAssert

        as, as, describedAs, describedAs, doesNotSatisfy, is, isIn, isIn, isNot, isNotEqualTo, isNotIn, isNotIn, isNotNull, isNotSameAs, isNull, isSameAs, overridingErrorMessage, satisfies
      • Methods inherited from class org.fest.assertions.Assert

        customErrorMessage, description, description, description, equals, fail, fail, failIfCustomMessageIsSet, failIfCustomMessageIsSet, failure, formattedErrorMessage, hashCode, rawDescription, replaceDefaultErrorMessagesWith
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RoundBigDecimalAssert

        public RoundBigDecimalAssert​(java.math.BigDecimal actual)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • assertThat

        public static RoundBigDecimalAssert assertThat​(java.math.BigDecimal actual)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • scalingTo

        public RoundBigDecimalAssert scalingTo​(int digits)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isEqualTo

        public RoundBigDecimalAssert isEqualTo​(java.math.BigDecimal other)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        isEqualTo in class org.fest.assertions.GenericAssert<RoundBigDecimalAssert,​java.math.BigDecimal>