public class IntegerAssert extends AbstractIntegerAssert<IntegerAssert>
Integers.
To create an instance of this class, invoke or
Assertions.assertThat(Integer).
Assertions.assertThat(int)
actual, info, myself| Modifier | Constructor and Description |
|---|---|
protected |
IntegerAssert(Integer actual) |
isBetween, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isNegative, isNotEqualTo, isNotNegative, isNotPositive, isNotZero, isPositive, isStrictlyBetween, isZero, usingComparator, usingDefaultComparatorinBinary, inHexadecimal, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualToas, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessageprotected IntegerAssert(Integer actual)
Copyright © 2013-2014 AssertJ. All Rights Reserved.