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