org.assertj.core.api
Class DoubleArrayAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<S,A>
org.assertj.core.api.AbstractEnumerableAssert<S,A,E>
org.assertj.core.api.AbstractArrayAssert<S,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[]>
public class DoubleArrayAssert
- extends AbstractDoubleArrayAssert<DoubleArrayAssert>
Assertion methods for arrays of doubles.
To create an instance of this class, invoke Assertions.assertThat(double[]).
- Author:
- Yvonne Wang, Alex Ruiz, Joel Costigliola, Mikhail Mazursky, Nicolas François
| Methods inherited from class org.assertj.core.api.AbstractDoubleArrayAssert |
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 |
DoubleArrayAssert
protected DoubleArrayAssert(double[] actual)
Copyright © 2013–2015 AssertJ. All rights reserved.