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