| Constructor and Description |
|---|
Shorts(ComparisonStrategy comparisonStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertIsCloseTo(AssertionInfo info,
Short actual,
Short expected,
Offset<Short> offset) |
static Shorts |
instance()
Returns the singleton instance of this class.
|
protected Short |
zero() |
assertIsBetween, assertIsNegative, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsPositive, assertIsStrictlyBetween, assertIsZeroareEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, getComparatorpublic Shorts(ComparisonStrategy comparisonStrategy)
Copyright © 2014-2015 AssertJ. All Rights Reserved.