Package org.assertj.core.internal
Class Longs
- All Implemented Interfaces:
WholeNumbers<Long>
Reusable assertions for
Longs.-
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
-
Longs
Longs() -
Longs
-
-
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<Long>
-
isEven
- Specified by:
isEvenin interfaceWholeNumbers<Long>
-