public class IntArrayAssert extends AbstractIntArrayAssert<IntArrayAssert>
int
s.
To create an instance of this class, invoke
.
Assertions.assertThat(int[])
arrays
actual, info, myself, throwUnsupportedExceptionOnEquals
Constructor and Description |
---|
IntArrayAssert(AtomicIntegerArray actual) |
IntArrayAssert(int[] actual) |
contains, contains, containsAnyOf, containsExactly, containsExactlyInAnyOrder, containsOnly, containsOnlyOnce, containsSequence, containsSubsequence, doesNotContain, doesNotContain, doesNotHaveDuplicates, endsWith, hasSameSizeAs, hasSize, hasSizeBetween, hasSizeGreaterThan, hasSizeGreaterThanOrEqualTo, hasSizeLessThan, hasSizeLessThanOrEqualTo, isEmpty, isNotEmpty, isNullOrEmpty, isSorted, isSortedAccordingTo, startsWith, usingDefaultElementComparator, usingElementComparator
hasSameSizeAs, inBinary, inHexadecimal
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
public IntArrayAssert(int[] actual)
public IntArrayAssert(AtomicIntegerArray actual)
Copyright © 2014–2019 AssertJ. All rights reserved.