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