org.assertj.core.api
Class ObjectArrayAssert<T>

java.lang.Object
  extended by org.assertj.core.api.AbstractAssert<S,T[]>
      extended by org.assertj.core.api.AbstractObjectArrayAssert<ObjectArrayAssert<T>,T>
          extended by org.assertj.core.api.ObjectArrayAssert<T>
Type Parameters:
T - the type of elements of the "actual" value.
All Implemented Interfaces:
ArraySortedAssert<AbstractObjectArrayAssert<ObjectArrayAssert<T>,T>,T>, Assert<ObjectArrayAssert<T>,T[]>, Descriptable<ObjectArrayAssert<T>>, EnumerableAssert<AbstractObjectArrayAssert<ObjectArrayAssert<T>,T>,T>, ExtensionPoints<ObjectArrayAssert<T>,T[]>, IndexedObjectEnumerableAssert<AbstractObjectArrayAssert<ObjectArrayAssert<T>,T>,T>, ObjectEnumerableAssert<AbstractObjectArrayAssert<ObjectArrayAssert<T>,T>,T>

public class ObjectArrayAssert<T>
extends AbstractObjectArrayAssert<ObjectArrayAssert<T>,T>

Assertion methods for arrays of objects.

To create an instance of this class, invoke Assertions#assertThat(T[]).

Author:
Yvonne Wang, Alex Ruiz, Joel Costigliola, Nicolas François, Mikhail Mazursky

Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
protected ObjectArrayAssert(T[] actual)
           
 
Method Summary
 
Methods inherited from class org.assertj.core.api.AbstractObjectArrayAssert
are, areAtLeast, areAtLeastOne, areAtMost, areExactly, areNot, contains, contains, containsAll, containsExactly, containsNull, containsOnly, containsOnlyOnce, containsSequence, containsSubsequence, doesNotContain, doesNotContain, doesNotContainNull, doesNotHaveDuplicates, doNotHave, endsWith, extracting, extracting, extracting, extracting, extractingResultOf, extractingResultOf, flatExtracting, hasAtLeastOneElementOfType, hasOnlyElementsOfType, hasSameSizeAs, hasSameSizeAs, hasSize, have, haveAtLeast, haveAtLeastOne, haveAtMost, haveExactly, inBinary, inHexadecimal, isEmpty, isNotEmpty, isNullOrEmpty, isSorted, isSortedAccordingTo, startsWith, usingDefaultElementComparator, usingElementComparator
 
Methods inherited from class org.assertj.core.api.AbstractAssert
as, 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, usingDefaultComparator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectArrayAssert

protected ObjectArrayAssert(T[] actual)


Copyright © 2013–2015 AssertJ. All rights reserved.