Package org.assertj.core.api
Class ObjectArrayAssert<ELEMENT>
java.lang.Object
org.assertj.core.api.AbstractAssert<SELF,ELEMENT[]>
org.assertj.core.api.AbstractObjectArrayAssert<ObjectArrayAssert<ELEMENT>,ELEMENT>
org.assertj.core.api.ObjectArrayAssert<ELEMENT>
- Type Parameters:
ELEMENT- the type of elements of the "actual" value.
- All Implemented Interfaces:
ArraySortedAssert<AbstractObjectArrayAssert<ObjectArrayAssert<ELEMENT>,,ELEMENT>, ELEMENT> Assert<ObjectArrayAssert<ELEMENT>,,ELEMENT[]> Descriptable<ObjectArrayAssert<ELEMENT>>,EnumerableAssert<AbstractObjectArrayAssert<ObjectArrayAssert<ELEMENT>,,ELEMENT>, ELEMENT> ExtensionPoints<ObjectArrayAssert<ELEMENT>,,ELEMENT[]> IndexedObjectEnumerableAssert<AbstractObjectArrayAssert<ObjectArrayAssert<ELEMENT>,,ELEMENT>, ELEMENT> ObjectEnumerableAssert<AbstractObjectArrayAssert<ObjectArrayAssert<ELEMENT>,ELEMENT>, ELEMENT>
public class ObjectArrayAssert<ELEMENT>
extends AbstractObjectArrayAssert<ObjectArrayAssert<ELEMENT>,ELEMENT>
Assertion methods for arrays of objects.
To create an instance of this class, invoke .
Assertions.assertThat(Object[])
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractObjectArrayAssert
arrays, iterablesFields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects -
Constructor Summary
ConstructorsConstructorDescriptionObjectArrayAssert(ELEMENT[] actual) ObjectArrayAssert(AtomicReferenceArray<ELEMENT> actual) -
Method Summary
Methods inherited from class org.assertj.core.api.AbstractObjectArrayAssert
allMatch, allMatch, allSatisfy, anySatisfy, are, areAtLeast, areAtLeastOne, areAtMost, areExactly, areNot, as, as, contains, contains, containsAll, containsExactly, containsExactlyElementsOf, containsExactlyInAnyOrder, containsNull, containsOnly, containsOnlyElementsOf, containsOnlyOnce, containsSequence, containsSequence, containsSubsequence, containsSubsequence, doesNotContain, doesNotContain, doesNotContainAnyElementsOf, doesNotContainNull, doesNotContainSequence, doesNotContainSequence, doesNotContainSubsequence, doesNotContainSubsequence, doesNotHaveDuplicates, doNotHave, endsWith, extracting, extracting, extracting, extracting, extracting, extracting, extractingResultOf, extractingResultOf, filteredOn, filteredOn, filteredOn, filteredOn, filteredOnNull, flatExtracting, flatExtracting, flatExtracting, hasAtLeastOneElementOfType, hasOnlyElementsOfType, hasOnlyElementsOfTypes, hasOnlyOneElementSatisfying, hasSameElementsAs, hasSameSizeAs, hasSameSizeAs, hasSize, have, haveAtLeast, haveAtLeastOne, haveAtMost, haveExactly, inBinary, inHexadecimal, isEmpty, isNotEmpty, isNullOrEmpty, isSorted, isSortedAccordingTo, isSubsetOf, isSubsetOf, startsWith, usingComparatorForElementFieldsWithNames, usingComparatorForElementFieldsWithType, usingDefaultElementComparator, usingElementComparator, usingElementComparatorIgnoringFields, usingElementComparatorOnFields, usingFieldByFieldElementComparator, usingRecursiveFieldByFieldElementComparatorMethods inherited from class org.assertj.core.api.AbstractAssert
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, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
ObjectArrayAssert
-
ObjectArrayAssert
-