- Type Parameters:
S
- the "self" type of this assertion class.
A
- the type of the "actual" value which is an Array of E.
E
- the type of the "actual" array element.
- All Implemented Interfaces:
- ArraySortedAssert<AbstractArrayAssert<S,A,E>,E>, Assert<S,A>, Descriptable<S>, EnumerableAssert<AbstractEnumerableAssert<S,A,E>,E>, ExtensionPoints<S,A>
- Direct Known Subclasses:
- AbstractBooleanArrayAssert, AbstractByteArrayAssert, AbstractCharArrayAssert, AbstractDoubleArrayAssert, AbstractFloatArrayAssert, AbstractIntArrayAssert, AbstractLongArrayAssert, AbstractShortArrayAssert
public abstract class AbstractArrayAssert<S extends AbstractArrayAssert<S,A,E>,A,E>
extends AbstractEnumerableAssert<S,A,E>
implements ArraySortedAssert<AbstractArrayAssert<S,A,E>,E>
Base class for all array assertions.