public class BigIntegers extends Numbers<BigInteger>
BigInteger
s.Constructor and Description |
---|
BigIntegers(ComparisonStrategy comparisonStrategy) |
Modifier and Type | Method and Description |
---|---|
protected BigInteger |
absDiff(BigInteger actual,
BigInteger other) |
static BigIntegers |
instance()
Returns the singleton instance of this class based on
StandardComparisonStrategy . |
protected boolean |
isGreaterThan(BigInteger value,
BigInteger other) |
protected BigInteger |
one() |
protected BigInteger |
zero() |
areEqual, assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZero, isGreaterThanOrEqualTo
areEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, checkBoundsValidity, equals, getComparator, hashCode, toString
public BigIntegers(ComparisonStrategy comparisonStrategy)
public static BigIntegers instance()
StandardComparisonStrategy
.StandardComparisonStrategy
.protected BigInteger zero()
zero
in class Numbers<BigInteger>
protected BigInteger one()
one
in class Numbers<BigInteger>
protected BigInteger absDiff(BigInteger actual, BigInteger other)
absDiff
in class Numbers<BigInteger>
protected boolean isGreaterThan(BigInteger value, BigInteger other)
isGreaterThan
in class Numbers<BigInteger>
Copyright © 2014–2019 AssertJ. All rights reserved.