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