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, getComparator
assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZero
public 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.