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