Class Bytes
- All Implemented Interfaces:
WholeNumbers<Byte>
Reusable assertions for
Bytes.- Author:
- Drummond Dawson, Alex Ruiz, Joel Costigliola, Cal027
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Numbers
areEqual, assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZero, isGreaterThanOrEqualToMethods inherited from class Comparables
areEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsAfter, assertIsAfterOrEqualTo, assertIsBefore, assertIsBeforeOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, equals, getComparator, hashCode, toStringMethods inherited from interface WholeNumbers
assertIsEven, assertIsOdd, isOdd
-
Constructor Details
-
Bytes
-
-
Method Details
-
instance
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
zero
-
one
-
absDiff
-
isGreaterThan
- Specified by:
isGreaterThanin classNumbers<Byte>
-
isEven
- Specified by:
isEvenin interfaceWholeNumbers<Byte>
-