Class ByteArrayAssert

All Implemented Interfaces:
ArraySortedAssert<AbstractArrayAssert<ByteArrayAssert, byte[], Byte>, Byte>, Assert<ByteArrayAssert, byte[]>, Descriptable<ByteArrayAssert>, EnumerableAssert<AbstractEnumerableAssert<ByteArrayAssert, byte[], Byte>, Byte>, ExtensionPoints<ByteArrayAssert, byte[]>

public class ByteArrayAssert extends AbstractByteArrayAssert<ByteArrayAssert>
Assertion methods for arrays of bytes.

To create an instance of this class, invoke Assertions.assertThat(byte[]).

Author:
Yvonne Wang, Alex Ruiz, Joel Costigliola, Mikhail Mazursky, Nicolas François
  • Constructor Details

    • ByteArrayAssert

      public ByteArrayAssert(byte[] actual)