Assert<IntegerAssert,Integer>, ComparableAssert<IntegerAssert,Integer>, Descriptable<IntegerAssert>, ExtensionPoints<IntegerAssert,Integer>, NumberAssert<IntegerAssert,Integer>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| Constructor | Description |
|---|---|
IntegerAssert(Integer actual) |
|
IntegerAssert(AtomicInteger actual) |
asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, withFailMessage, withRepresentation, withThreadDumpOnErrorinBinary, inHexadecimal, isEqualByComparingTo, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isNotEqualByComparingToisBetween, isCloseTo, isCloseTo, isCloseTo, isCloseTo, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isNegative, isNotCloseTo, isNotCloseTo, isNotCloseTo, isNotCloseTo, isNotEqualTo, isNotNegative, isNotPositive, isNotZero, isOne, isPositive, isStrictlyBetween, isZero, usingComparator, usingDefaultComparatoras, as, defaultTypeComparators, extracting, extracting, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, returns, usingComparatorForFields, usingComparatorForTypepublic IntegerAssert(Integer actual)
public IntegerAssert(AtomicInteger actual)
Copyright © 2014–2019. All rights reserved.