Package org.assertj.core.internal
Class Bytes
- All Implemented Interfaces:
WholeNumbers<Byte>
Reusable assertions for
Bytes.-
Field Summary
FieldsFields inherited from class org.assertj.core.internal.Comparables
failures -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertj.core.internal.Numbers
areEqual, assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZero, isGreaterThanOrEqualToMethods inherited from class org.assertj.core.internal.Comparables
areEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsAfter, assertIsAfterOrEqualTo, assertIsBefore, assertIsBeforeOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, equals, getComparator, hashCode, resetFailures, setFailures, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.assertj.core.internal.WholeNumbers
assertIsEven, assertIsOdd, isOdd
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Bytes
Bytes() -
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>
-