Class RoundBigDecimalAssert
- java.lang.Object
-
- org.fest.assertions.Assert
-
- org.fest.assertions.GenericAssert<RoundBigDecimalAssert,java.math.BigDecimal>
-
- de.hybris.platform.testframework.assertions.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, useAssertions.assertThat(BigDecimal)
-
-
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 RoundBigDecimalAssertassertThat(java.math.BigDecimal actual)Deprecated, for removal: This API element is subject to removal in a future version.RoundBigDecimalAssertisEqualTo(java.math.BigDecimal other)Deprecated, for removal: This API element is subject to removal in a future version.RoundBigDecimalAssertscalingTo(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
-
-
-
-
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:
isEqualToin classorg.fest.assertions.GenericAssert<RoundBigDecimalAssert,java.math.BigDecimal>
-
-