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