Package org.assertj.core.internal
Class Integers
- java.lang.Object
-
- org.assertj.core.internal.Comparables
-
- org.assertj.core.internal.Numbers<Integer>
-
- org.assertj.core.internal.Integers
-
-
Constructor Summary
Constructors Constructor Description Integers(ComparisonStrategy comparisonStrategy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Integer
absDiff(Integer actual, Integer other)
static Integers
instance()
Returns the singleton instance of this class based onStandardComparisonStrategy
.protected boolean
isGreaterThan(Integer value, Integer other)
protected Integer
one()
protected Integer
zero()
-
Methods inherited from class org.assertj.core.internal.Numbers
assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZero
-
Methods inherited from class org.assertj.core.internal.Comparables
areEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, getComparator
-
-
-
-
Constructor Detail
-
Integers
public Integers(ComparisonStrategy comparisonStrategy)
-
-
Method Detail
-
instance
public static Integers instance()
Returns the singleton instance of this class based onStandardComparisonStrategy
.- Returns:
- the singleton instance of this class based on
StandardComparisonStrategy
.
-
isGreaterThan
protected boolean isGreaterThan(Integer value, Integer other)
- Specified by:
isGreaterThan
in classNumbers<Integer>
-
-