public class BigIntegers extends Numbers<java.math.BigInteger>
BigInteger
s.Modifier and Type | Field and Description |
---|---|
private static BigIntegers |
INSTANCE |
failures
Constructor and Description |
---|
BigIntegers() |
BigIntegers(ComparisonStrategy comparisonStrategy) |
Modifier and Type | Method and Description |
---|---|
protected java.math.BigInteger |
absDiff(java.math.BigInteger actual,
java.math.BigInteger other) |
static BigIntegers |
instance()
Returns the singleton instance of this class based on
StandardComparisonStrategy . |
protected boolean |
isGreaterThan(java.math.BigInteger value,
java.math.BigInteger other) |
protected java.math.BigInteger |
one() |
protected java.math.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, resetFailures, setFailures, toString
private static final BigIntegers INSTANCE
BigIntegers()
public BigIntegers(ComparisonStrategy comparisonStrategy)
public static BigIntegers instance()
StandardComparisonStrategy
.StandardComparisonStrategy
.protected java.math.BigInteger zero()
protected java.math.BigInteger absDiff(java.math.BigInteger actual, java.math.BigInteger other)
protected boolean isGreaterThan(java.math.BigInteger value, java.math.BigInteger other)
isGreaterThan
in class Numbers<java.math.BigInteger>