Uses of Class
org.assertj.core.api.AbstractByteArrayAssert
Packages that use AbstractByteArrayAssert
-
Uses of AbstractByteArrayAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractByteArrayAssertModifier and TypeClassDescriptionclass
AbstractByteArrayAssert<SELF extends AbstractByteArrayAssert<SELF>>
Subclasses of AbstractByteArrayAssert in org.assertj.core.apiFields in org.assertj.core.api with type parameters of type AbstractByteArrayAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory
<byte[], AbstractByteArrayAssert<?>> InstanceOfAssertFactories.BYTE_ARRAY
InstanceOfAssertFactory
for abyte
array.Methods in org.assertj.core.api that return AbstractByteArrayAssertModifier and TypeMethodDescriptionAbstractStringAssert.asBase64Decoded()
Decodes the actual value as a Base64 encoded string, the decoded bytes becoming the new array under test.static AbstractByteArrayAssert
<?> Assertions.assertThat
(byte[] actual) Creates a new instance of
.ByteArrayAssert
static AbstractByteArrayAssert
<?> AssertionsForClassTypes.assertThat
(byte[] actual) Creates a new instance of
.ByteArrayAssert
static AbstractByteArrayAssert
<?> Java6Assertions.assertThat
(byte[] actual) Deprecated.Creates a new instance of
.ByteArrayAssert
default AbstractByteArrayAssert
<?> WithAssertions.assertThat
(byte[] actual) Creates a new instance of
.ByteArrayAssert
static AbstractByteArrayAssert
<?> Assumptions.assumeThat
(byte[] actual) Creates a new instance of
assumption.ByteArrayAssert
default AbstractByteArrayAssert
<?> WithAssumptions.assumeThat
(byte[] actual) Creates a new instance of
assumption.ByteArrayAssert
AbstractFileAssert.binaryContent()
ReturnsByteArray
assertions on the content of the actualFile
read.AbstractPathAssert.binaryContent()
ReturnsByteArray
assertions on the content of the actualPath
read.AbstractStringAssert.decodedAsBase64()
Deprecated.static AbstractByteArrayAssert
<?> BDDAssumptions.given
(byte[] actual) Creates a new assumption's instance for abyte
s' array.static AbstractByteArrayAssert
<?> BDDAssertions.then
(byte[] actual) Creates a new instance of
.ByteArrayAssert
static AbstractByteArrayAssert
<?> Java6BDDAssertions.then
(byte[] actual) Deprecated.Creates a new instance of
.ByteArrayAssert
AbstractStringAssert.asBase64Decoded()
instead.