ArraySortedAssert<AbstractArrayAssert<SELF,long[],Long>,Long>
, Assert<AbstractArrayAssert<SELF,long[],Long>,Long>
, Descriptable<AbstractArrayAssert<SELF,long[],Long>>
, EnumerableAssert<AbstractArrayAssert<SELF,long[],Long>,Long>
, ExtensionPoints<AbstractArrayAssert<SELF,long[],Long>,Long>
public class LongArrayAssert extends AbstractLongArrayAssert<LongArrayAssert>
long
s.
To create an instance of this class, invoke
.
Assertions.assertThat(long[])
actual, info, myself
arrays
Constructor | Description |
---|---|
LongArrayAssert(long[] actual) |
|
LongArrayAssert(AtomicLongArray actual) |
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
hasSameSizeAs, inBinary, inHexadecimal
contains, contains, containsExactly, containsExactlyInAnyOrder, containsOnly, containsOnlyOnce, containsSequence, containsSubsequence, doesNotContain, doesNotContain, doesNotHaveDuplicates, endsWith, hasSameSizeAs, hasSize, isEmpty, isNotEmpty, isNullOrEmpty, isSorted, isSortedAccordingTo, startsWith, usingDefaultElementComparator, usingElementComparator
public LongArrayAssert(long[] actual)
public LongArrayAssert(AtomicLongArray actual)
Copyright © 2014–2019. All rights reserved.