Constructor | Description |
---|---|
Bytes(ComparisonStrategy comparisonStrategy) |
Modifier and Type | Method | 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, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, getComparator
assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZero
public Bytes(ComparisonStrategy comparisonStrategy)
public static Bytes instance()
protected boolean isGreaterThan(Byte value, Byte other)
isGreaterThan
in class Numbers<Byte>
Copyright © 2014–2019. All rights reserved.