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, isGreaterThanOrEqualTo
areEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, checkBoundsValidity, equals, getComparator, hashCode, toString
public Integers(ComparisonStrategy comparisonStrategy)
public static Integers instance()
StandardComparisonStrategy
.StandardComparisonStrategy
.protected boolean isGreaterThan(Integer value, Integer other)
isGreaterThan
in class Numbers<Integer>
Copyright © 2014–2019 AssertJ. All rights reserved.