Package org.assertj.core.internal
Class Bytes
- All Implemented Interfaces:
WholeNumbers<Byte>
Reusable assertions for
Byte
s.-
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, isGreaterThanOrEqualTo
Methods 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, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
isGreaterThan
in classNumbers<Byte>
-
isEven
- Specified by:
isEven
in interfaceWholeNumbers<Byte>
-