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