| Constructor and Description |
|---|
Shorts(ComparisonStrategy comparisonStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected Short |
absDiff(Short actual,
Short other) |
static Shorts |
instance()
Returns the singleton instance of this class.
|
protected boolean |
isGreaterThan(Short value,
Short other) |
protected Short |
zero() |
assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsPositive, assertIsStrictlyBetween, assertIsZeroareEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, getComparatorpublic Shorts(ComparisonStrategy comparisonStrategy)
public static Shorts instance()
protected boolean isGreaterThan(Short value, Short other)
isGreaterThan in class Numbers<Short>Copyright © 2014–2017 AssertJ. All rights reserved.