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