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