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 |
one() |
protected Short |
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 Shorts(ComparisonStrategy comparisonStrategy)
public static Shorts instance()
protected boolean isGreaterThan(Short value, Short other)
isGreaterThan
in class Numbers<Short>
Copyright © 2014–2019 AssertJ. All rights reserved.