| Constructor | Description |
|---|---|
Shorts(ComparisonStrategy comparisonStrategy) |
| Modifier and Type | Method | 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 |
one() |
|
protected Short |
zero() |
areEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, getComparatorassertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZeropublic Shorts(ComparisonStrategy comparisonStrategy)
public static Shorts instance()
protected boolean isGreaterThan(Short value, Short other)
isGreaterThan in class Numbers<Short>Copyright © 2014–2019. All rights reserved.