Assert<IntegerAssert,Integer>
, ComparableAssert<IntegerAssert,Integer>
, Descriptable<IntegerAssert>
, ExtensionPoints<IntegerAssert,Integer>
, NumberAssert<IntegerAssert,Integer>
public class IntegerAssert extends AbstractIntegerAssert<IntegerAssert>
Integer
s.
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, withThreadDumpOnError
inBinary, inHexadecimal, isEqualByComparingTo, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isNotEqualByComparingTo
isBetween, isCloseTo, isCloseTo, isCloseTo, isCloseTo, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isNegative, isNotCloseTo, isNotCloseTo, isNotCloseTo, isNotCloseTo, isNotEqualTo, isNotNegative, isNotPositive, isNotZero, isOne, isPositive, isStrictlyBetween, isZero, usingComparator, usingDefaultComparator
as, as, defaultTypeComparators, extracting, extracting, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, returns, usingComparatorForFields, usingComparatorForType
public IntegerAssert(Integer actual)
public IntegerAssert(AtomicInteger actual)
Copyright © 2014–2019. All rights reserved.