Package org.assertj.core.api
Class DoubleArrayAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<DoubleArrayAssert,double[]>
org.assertj.core.api.AbstractEnumerableAssert<DoubleArrayAssert,double[],Double>
org.assertj.core.api.AbstractArrayAssert<DoubleArrayAssert,double[],Double>
org.assertj.core.api.AbstractDoubleArrayAssert<DoubleArrayAssert>
org.assertj.core.api.DoubleArrayAssert
- All Implemented Interfaces:
ArraySortedAssert<AbstractArrayAssert<DoubleArrayAssert,
,double[], Double>, Double> Assert<DoubleArrayAssert,
,double[]> Descriptable<DoubleArrayAssert>
,EnumerableAssert<AbstractEnumerableAssert<DoubleArrayAssert,
,double[], Double>, Double> ExtensionPoints<DoubleArrayAssert,
double[]>
Assertion methods for arrays of
double
s.
To create an instance of this class, invoke
.
Assertions.assertThat(double[])
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractDoubleArrayAssert
arrays
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertj.core.api.AbstractDoubleArrayAssert
contains, contains, contains, contains, containsExactly, containsExactly, containsExactlyInAnyOrder, containsOnly, containsOnly, containsOnlyOnce, containsOnlyOnce, containsSequence, containsSequence, containsSubsequence, containsSubsequence, doesNotContain, doesNotContain, doesNotContain, doesNotContain, doesNotHaveDuplicates, doesNotHaveDuplicates, endsWith, endsWith, hasSameSizeAs, hasSize, isEmpty, isNotEmpty, isNullOrEmpty, isSorted, isSortedAccordingTo, startsWith, startsWith, usingComparatorWithPrecision, usingDefaultElementComparator, usingElementComparator
Methods inherited from class org.assertj.core.api.AbstractEnumerableAssert
hasSameSizeAs, inBinary, inHexadecimal
Methods inherited from class org.assertj.core.api.AbstractAssert
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
-
Constructor Details
-
DoubleArrayAssert
public DoubleArrayAssert(double[] actual)
-