| 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 |
one() |
protected Byte |
zero() |
areEqual, assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZero, isGreaterThanOrEqualToareEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, checkBoundsValidity, equals, getComparator, hashCode, toStringpublic Bytes(ComparisonStrategy comparisonStrategy)
public static Bytes instance()
protected boolean isGreaterThan(Byte value, Byte other)
isGreaterThan in class Numbers<Byte>Copyright © 2014–2019 AssertJ. All rights reserved.