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.public abstract class AbstractArrayAssert<SELF extends AbstractArrayAssert<SELF,ACTUAL,ELEMENT>,ACTUAL,ELEMENT> extends AbstractEnumerableAssert<SELF,ACTUAL,ELEMENT> implements ArraySortedAssert<AbstractArrayAssert<SELF,ACTUAL,ELEMENT>,ELEMENT>
actual, info, myself, throwUnsupportedExceptionOnEquals
Constructor and Description |
---|
AbstractArrayAssert(ACTUAL actual,
Class<?> selfType) |
hasSameSizeAs, inBinary, inHexadecimal
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isSorted, isSortedAccordingTo
hasSameSizeAs, hasSize, hasSizeBetween, hasSizeGreaterThan, hasSizeGreaterThanOrEqualTo, hasSizeLessThan, hasSizeLessThanOrEqualTo, isEmpty, isNotEmpty, isNullOrEmpty, usingDefaultElementComparator, usingElementComparator
Copyright © 2014–2019 AssertJ. All rights reserved.