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