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