T - the type of elements of the "actual" value.public class ObjectArrayAssert<T> extends AbstractObjectArrayAssert<ObjectArrayAssert<T>,T>
To create an instance of this class, invoke .
Assertions#assertThat(T[])
actual, info, myself| Modifier | Constructor and Description |
|---|---|
protected |
ObjectArrayAssert(T[] actual) |
are, areAtLeast, areAtMost, areExactly, areNot, contains, contains, containsAll, containsExactly, containsNull, containsOnly, containsOnlyOnce, containsSequence, containsSubsequence, doesNotContain, doesNotContain, doesNotContainNull, doesNotHaveDuplicates, doNotHave, endsWith, extracting, extracting, extracting, extractingResultOf, extractingResultOf, hasSameSizeAs, hasSameSizeAs, hasSize, have, haveAtLeast, haveAtMost, haveExactly, inBinary, inHexadecimal, isEmpty, isNotEmpty, isNullOrEmpty, isSorted, isSortedAccordingTo, startsWith, usingDefaultElementComparator, usingElementComparatoras, 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, overridingErrorMessage, usingComparator, usingDefaultComparatorprotected ObjectArrayAssert(T[] actual)
Copyright © 2013-2014 AssertJ. All Rights Reserved.