Constructor and Description |
---|
Longs(ComparisonStrategy comparisonStrategy) |
Modifier and Type | Method and Description |
---|---|
protected Long |
absDiff(Long actual,
Long other) |
static Longs |
instance()
Returns the singleton instance of this class.
|
protected boolean |
isGreaterThan(Long value,
Long other) |
protected Long |
one() |
protected Long |
zero() |
areEqual, assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZero, isGreaterThanOrEqualTo
areEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, checkBoundsValidity, equals, getComparator, hashCode, toString
public Longs(ComparisonStrategy comparisonStrategy)
public static Longs instance()
protected boolean isGreaterThan(Long value, Long other)
isGreaterThan
in class Numbers<Long>
Copyright © 2014–2019 AssertJ. All rights reserved.