Class ObjectArrayAssert<T>

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

public class ObjectArrayAssert<T> extends AbstractAssert<ObjectArrayAssert<T>,T[]> implements IndexedObjectEnumerableAssert<ObjectArrayAssert<T>,T>, ArraySortedAssert<ObjectArrayAssert<T>,T>
Assertion methods for arrays of objects.

To create an instance of this class, invoke

invalid reference
Assertions#assertThat(T[])
.

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