Package org.assertj.core.internal
Class Shorts
- java.lang.Object
-
- org.assertj.core.internal.Comparables
-
- org.assertj.core.internal.Numbers<Short>
-
- org.assertj.core.internal.Shorts
-
- All Implemented Interfaces:
WholeNumbers<Short>
public class Shorts extends Numbers<Short> implements WholeNumbers<Short>
Reusable assertions fors.Short- Author:
- Drummond Dawson, Alex Ruiz, Joel Costigliola, Cal027
-
-
Field Summary
Fields Modifier and Type Field Description private static ShortsINSTANCE-
Fields inherited from class org.assertj.core.internal.Comparables
failures
-
-
Constructor Summary
Constructors Constructor Description Shorts()Shorts(ComparisonStrategy comparisonStrategy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ShortabsDiff(Short actual, Short other)static Shortsinstance()Returns the singleton instance of this class.booleanisEven(Short number)protected booleanisGreaterThan(Short value, Short other)protected Shortone()protected Shortzero()-
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, checkBoundsValidity, 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 Detail
-
INSTANCE
private static final Shorts INSTANCE
-
-
Constructor Detail
-
Shorts
Shorts()
-
Shorts
public Shorts(ComparisonStrategy comparisonStrategy)
-
-
Method Detail
-
instance
public static Shorts instance()
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
isGreaterThan
protected boolean isGreaterThan(Short value, Short other)
- Specified by:
isGreaterThanin classNumbers<Short>
-
isEven
public boolean isEven(Short number)
- Specified by:
isEvenin interfaceWholeNumbers<Short>
-
-