Class RoundBigDecimalAssert

java.lang.Object
org.fest.assertions.Assert
org.fest.assertions.GenericAssert<RoundBigDecimalAssert,BigDecimal>
de.hybris.platform.testframework.assertions.RoundBigDecimalAssert

@Deprecated(since="2011", forRemoval=true) public class RoundBigDecimalAssert extends org.fest.assertions.GenericAssert<RoundBigDecimalAssert,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
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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 Details

    • RoundBigDecimalAssert

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

    • assertThat

      public static RoundBigDecimalAssert assertThat(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(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,BigDecimal>