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 TypeClassDescriptionclassAbstractByteArrayAssert<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_ARRAYInstanceOfAssertFactoryfor abytearray.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.ByteArrayAssertstatic AbstractByteArrayAssert<?>AssertionsForClassTypes.assertThat(byte[] actual) Creates a new instance of.ByteArrayAssertstatic AbstractByteArrayAssert<?>Java6Assertions.assertThat(byte[] actual) Deprecated.Creates a new instance of.ByteArrayAssertdefault AbstractByteArrayAssert<?>WithAssertions.assertThat(byte[] actual) Creates a new instance of.ByteArrayAssertstatic AbstractByteArrayAssert<?>Assumptions.assumeThat(byte[] actual) Creates a new instance ofassumption.ByteArrayAssertdefault AbstractByteArrayAssert<?>WithAssumptions.assumeThat(byte[] actual) Creates a new instance ofassumption.ByteArrayAssertAbstractFileAssert.binaryContent()ReturnsByteArrayassertions on the content of the actualFileread.AbstractPathAssert.binaryContent()ReturnsByteArrayassertions on the content of the actualPathread.AbstractStringAssert.decodedAsBase64()Deprecated.static AbstractByteArrayAssert<?>BDDAssumptions.given(byte[] actual) Creates a new assumption's instance for abytes' array.static AbstractByteArrayAssert<?>BDDAssertions.then(byte[] actual) Creates a new instance of.ByteArrayAssertstatic AbstractByteArrayAssert<?>Java6BDDAssertions.then(byte[] actual) Deprecated.Creates a new instance of.ByteArrayAssert
AbstractStringAssert.asBase64Decoded()instead.