| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractByteArrayAssert<SELF extends AbstractByteArrayAssert<SELF>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayAssert
Assertion methods for arrays of
bytes. |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<byte[],AbstractByteArrayAssert<?>> |
InstanceOfAssertFactories.BYTE_ARRAY
InstanceOfAssertFactory for a byte array. |
| Modifier and Type | Method and Description |
|---|---|
AbstractByteArrayAssert<?> |
AbstractStringAssert.asBase64Decoded()
Decodes the actual value as a Base64 encoded string, the decoded bytes becoming the new array under test.
|
default AbstractByteArrayAssert<?> |
WithAssertions.assertThat(byte[] actual)
Creates a new instance of
. |
static AbstractByteArrayAssert<?> |
Java6Assertions.assertThat(byte[] actual)
Deprecated.
Creates a new instance of
. |
static AbstractByteArrayAssert<?> |
AssertionsForClassTypes.assertThat(byte[] actual)
Creates a new instance of
. |
static AbstractByteArrayAssert<?> |
Assertions.assertThat(byte[] actual)
Creates a new instance of
. |
default AbstractByteArrayAssert<?> |
WithAssumptions.assumeThat(byte[] actual)
Creates a new instance of
assumption. |
static AbstractByteArrayAssert<?> |
Assumptions.assumeThat(byte[] actual)
Creates a new instance of
assumption. |
AbstractByteArrayAssert<?> |
AbstractPathAssert.binaryContent()
Returns
ByteArray assertions on the content of the actual Path read. |
AbstractByteArrayAssert<?> |
AbstractFileAssert.binaryContent()
Returns
ByteArray assertions on the content of the actual File read. |
AbstractByteArrayAssert<?> |
AbstractStringAssert.decodedAsBase64()
Deprecated.
use
AbstractStringAssert.asBase64Decoded() instead.
Decodes the actual value as a Base64 encoded string, the decoded bytes becoming the new array under test. Examples: |
static AbstractByteArrayAssert<?> |
BDDAssumptions.given(byte[] actual)
Creates a new assumption's instance for a
bytes' array. |
static AbstractByteArrayAssert<?> |
Java6BDDAssertions.then(byte[] actual)
Deprecated.
Creates a new instance of
. |
static AbstractByteArrayAssert<?> |
BDDAssertions.then(byte[] actual)
Creates a new instance of
. |
Copyright © 2025. All rights reserved.