| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<double[][],Double2DArrayAssert> |
InstanceOfAssertFactories.DOUBLE_2D_ARRAY
InstanceOfAssertFactory for a double two-dimensional array. |
| Modifier and Type | Method and Description |
|---|---|
default Double2DArrayAssert |
WithAssertions.assertThat(double[][] actual)
Creates a new instance of
. |
default Double2DArrayAssert |
Java6StandardSoftAssertionsProvider.assertThat(double[][] actual)
Creates a new instance of
. |
static Double2DArrayAssert |
Java6Assertions.assertThat(double[][] actual)
Deprecated.
Creates a new instance of
. |
static Double2DArrayAssert |
AssertionsForClassTypes.assertThat(double[][] actual)
Creates a new instance of
. |
static Double2DArrayAssert |
Assertions.assertThat(double[][] actual)
Creates a new instance of
. |
default Double2DArrayAssert |
WithAssumptions.assumeThat(double[][] actual)
Creates a new instance of
assumption. |
static Double2DArrayAssert |
Assumptions.assumeThat(double[][] actual)
Creates a new instance of
assumption. |
Double2DArrayAssert |
Double2DArrayAssert.contains(double[] value,
Index index)
Verifies that the actual
double[][] contains the given double[] at the given index. |
Double2DArrayAssert |
Double2DArrayAssert.doesNotContain(double[] value,
Index index)
Verifies that the actual
double[][] does not contain the given double[] at the given index. |
static Double2DArrayAssert |
BDDAssumptions.given(double[][] actual)
Creates a new assumption's instance for an
doubles' two-dimensional array. |
Double2DArrayAssert |
Double2DArrayAssert.hasDimensions(int expectedFirstDimension,
int expectedSecondDimension)
Verifies that the actual
double[][] has the given dimensions. |
Double2DArrayAssert |
Double2DArrayAssert.hasNumberOfRows(int expected)
Verifies that the actual two-dimensional array has the given number of rows.
|
Double2DArrayAssert |
Double2DArrayAssert.hasSameDimensionsAs(Object array)
Verifies that the actual
double[][] has the same dimensions as the given array. |
Double2DArrayAssert |
Double2DArrayAssert.isDeepEqualTo(double[][] expected)
Verifies that the actual
double[][] is deeply equal to the given one. |
Double2DArrayAssert |
Double2DArrayAssert.isEqualTo(Object expected)
Verifies that the actual
double[][] is equal to the given one. |
Double2DArrayAssert |
Double2DArrayAssert.isNotEmpty()
Verifies that the actual
double[][] is not empty, not empty means the array has at least one element. |
default Double2DArrayAssert |
Java6BDDSoftAssertionsProvider.then(double[][] actual)
Creates a new instance of
. |
static Double2DArrayAssert |
Java6BDDAssertions.then(double[][] actual)
Deprecated.
Creates a new instance of
. |
static Double2DArrayAssert |
BDDAssertions.then(double[][] actual)
Creates a new instance of
. |
Copyright © 2025. All rights reserved.