| 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 |
zero() |
assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsPositive, assertIsStrictlyBetween, assertIsZeroareEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, getComparatorpublic Integers(ComparisonStrategy comparisonStrategy)
public static Integers instance()
StandardComparisonStrategy.StandardComparisonStrategy.protected boolean isGreaterThan(Integer value, Integer other)
isGreaterThan in class Numbers<Integer>Copyright © 2013–2016 AssertJ. All rights reserved.