Class RoundBigDecimalAssert


  • public class RoundBigDecimalAssert
    extends org.fest.assertions.GenericAssert<RoundBigDecimalAssert,​java.math.BigDecimal>
    • Field Summary

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

        actual, myself
    • Constructor Summary

      Constructors 
      Constructor Description
      RoundBigDecimalAssert​(java.math.BigDecimal actual)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static RoundBigDecimalAssert assertThat​(java.math.BigDecimal actual)  
      RoundBigDecimalAssert isEqualTo​(java.math.BigDecimal other)  
      RoundBigDecimalAssert scalingTo​(int digits)  
      • 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)