public class Bytes extends Numbers<java.lang.Byte>
Byte
s.Modifier and Type | Field and Description |
---|---|
private static Bytes |
INSTANCE |
failures
Constructor and Description |
---|
Bytes() |
Bytes(ComparisonStrategy comparisonStrategy) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Byte |
absDiff(java.lang.Byte actual,
java.lang.Byte other) |
static Bytes |
instance()
Returns the singleton instance of this class.
|
protected boolean |
isGreaterThan(java.lang.Byte value,
java.lang.Byte other) |
protected java.lang.Byte |
one() |
protected java.lang.Byte |
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, resetFailures, setFailures, toString
private static final Bytes INSTANCE
Bytes()
public Bytes(ComparisonStrategy comparisonStrategy)
public static Bytes instance()
protected java.lang.Byte absDiff(java.lang.Byte actual, java.lang.Byte other)
protected boolean isGreaterThan(java.lang.Byte value, java.lang.Byte other)
isGreaterThan
in class Numbers<java.lang.Byte>