Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDoubleArrayAssert<SELF extends AbstractDoubleArrayAssert<SELF>> |
Modifier and Type | Class and Description |
---|---|
class |
DoubleArrayAssert
Assertion methods for arrays of
double s. |
Modifier and Type | Method and Description |
---|---|
default AbstractDoubleArrayAssert<?> |
WithAssertions.assertThat(double[] actual)
Creates a new instance of
. |
static AbstractDoubleArrayAssert<?> |
Assertions.assertThat(double[] actual)
Creates a new instance of
. |
static AbstractDoubleArrayAssert<?> |
AssertionsForClassTypes.assertThat(double[] actual)
Creates a new instance of
. |
static AbstractDoubleArrayAssert<?> |
Java6Assertions.assertThat(double[] actual)
Creates a new instance of
. |
static AbstractDoubleArrayAssert<?> |
Assumptions.assumeThat(double[] actual)
Creates a new instance of
assumption. |
default AbstractDoubleArrayAssert<?> |
WithAssumptions.assumeThat(double[] actual)
Creates a new instance of
assumption. |
static AbstractDoubleArrayAssert<?> |
Java6BDDAssertions.then(double[] actual)
Creates a new instance of
. |
static AbstractDoubleArrayAssert<?> |
BDDAssertions.then(double[] actual)
Creates a new instance of
. |
Copyright © 2014–2019 AssertJ. All rights reserved.