org.assertj.core.api
Class ShortArrayAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<S,A>
org.assertj.core.api.AbstractEnumerableAssert<S,A,E>
org.assertj.core.api.AbstractArrayAssert<S,short[],Short>
org.assertj.core.api.AbstractShortArrayAssert<ShortArrayAssert>
org.assertj.core.api.ShortArrayAssert
- All Implemented Interfaces:
- ArraySortedAssert<AbstractArrayAssert<ShortArrayAssert,short[],Short>,Short>, Assert<ShortArrayAssert,short[]>, Descriptable<ShortArrayAssert>, EnumerableAssert<AbstractEnumerableAssert<ShortArrayAssert,short[],Short>,Short>, ExtensionPoints<ShortArrayAssert,short[]>
public class ShortArrayAssert
- extends AbstractShortArrayAssert<ShortArrayAssert>
Assertion methods for arrays of shorts.
To create an instance of this class, invoke Assertions.assertThat(short[]).
- Author:
- Yvonne Wang, Alex Ruiz, Joel Costigliola, Mikhail Mazursky, Nicolas François
| Methods inherited from class org.assertj.core.api.AbstractShortArrayAssert |
contains, contains, containsExactly, containsOnly, containsOnlyOnce, containsSequence, containsSubsequence, doesNotContain, doesNotContain, doesNotHaveDuplicates, endsWith, hasSameSizeAs, hasSize, isEmpty, isNotEmpty, isNullOrEmpty, isSorted, isSortedAccordingTo, startsWith, usingDefaultElementComparator, usingElementComparator |
| Methods inherited from class org.assertj.core.api.AbstractAssert |
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator |
ShortArrayAssert
protected ShortArrayAssert(short[] actual)
Copyright © 2013–2015 AssertJ. All rights reserved.