Package org.assertj.core.api
Class AbstractArrayAssert<SELF extends AbstractArrayAssert<SELF,ACTUAL,ELEMENT>,ACTUAL,ELEMENT>
java.lang.Object
org.assertj.core.api.AbstractAssert<SELF,ACTUAL>
org.assertj.core.api.AbstractEnumerableAssert<SELF,ACTUAL,ELEMENT>
org.assertj.core.api.AbstractArrayAssert<SELF,ACTUAL,ELEMENT>
- 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.
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, assertionErrorCreator, conditions, customRepresentation, info, myself, objects, printAssertionsDescription, throwUnsupportedExceptionOnEquals
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
requireNonNullParameter
(Object parameter, String parameterName) Methods inherited from class org.assertj.core.api.AbstractEnumerableAssert
hasSameSizeAs, inBinary, inHexadecimal
Methods inherited from class org.assertj.core.api.AbstractAssert
areEqual, asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, hasToString, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, withAssertionState, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnError
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.assertj.core.api.ArraySortedAssert
isSorted, isSortedAccordingTo
Methods inherited from interface org.assertj.core.api.Descriptable
as, as, as, describedAs, describedAs
Methods inherited from interface org.assertj.core.api.EnumerableAssert
hasSameSizeAs, hasSize, hasSizeBetween, hasSizeGreaterThan, hasSizeGreaterThanOrEqualTo, hasSizeLessThan, hasSizeLessThanOrEqualTo, isEmpty, isNotEmpty, isNullOrEmpty, usingDefaultElementComparator, usingElementComparator
-
Constructor Details
-
AbstractArrayAssert
-
-
Method Details
-
requireNonNullParameter
-