Package org.assertj.core.internal
Class Bytes
- java.lang.Object
-
- org.assertj.core.internal.Comparables
-
- org.assertj.core.internal.Numbers<Byte>
-
- org.assertj.core.internal.Bytes
-
-
Field Summary
Fields Modifier and Type Field Description private static BytesINSTANCE-
Fields inherited from class org.assertj.core.internal.Comparables
failures
-
-
Constructor Summary
Constructors Constructor Description Bytes()Bytes(ComparisonStrategy comparisonStrategy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ByteabsDiff(Byte actual, Byte other)static Bytesinstance()Returns the singleton instance of this class.protected booleanisGreaterThan(Byte value, Byte other)protected Byteone()protected Bytezero()-
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, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, checkBoundsValidity, equals, getComparator, hashCode, resetFailures, setFailures, toString
-
-
-
-
Field Detail
-
INSTANCE
private static final Bytes INSTANCE
-
-
Constructor Detail
-
Bytes
Bytes()
-
Bytes
public Bytes(ComparisonStrategy comparisonStrategy)
-
-
Method Detail
-
instance
public static Bytes instance()
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
isGreaterThan
protected boolean isGreaterThan(Byte value, Byte other)
- Specified by:
isGreaterThanin classNumbers<Byte>
-
-