public final class PrimitiveIntArraySubject extends Subject<S,T>
int[].| Modifier and Type | Method and Description | 
|---|---|
| IterableSubject | asList() | 
| void | hasLength(int length)Fails if the array does not have the given length. | 
| void | isEmpty()Fails if the array is not empty (i.e. | 
| void | isNotEmpty()Fails if the array is empty (i.e. | 
actual, actualAsString, actualCustomStringRepresentation, check, check, equals, fail, fail, fail, failComparing, failComparing, failWithActual, failWithActual, failWithBadResults, failWithCustomSubject, failWithoutActual, failWithoutActual, failWithoutSubject, failWithRawMessage, failWithRawMessageAndCause, getSubject, hashCode, ignoreCheck, internalCustomName, isAnyOf, isEqualTo, isIn, isInstanceOf, isNoneOf, isNotEqualTo, isNotIn, isNotInstanceOf, isNotNull, isNotSameAs, isNull, isSameAs, named, toStringpublic IterableSubject asList()
public final void isEmpty()
array.length != 0).public final void isNotEmpty()
array.length == 0).public final void hasLength(int length)
IllegalArgumentException - if length < 0Copyright © 2018. All rights reserved.