org.assertj.core.api
Class ByteArrayAssert

java.lang.Object
  extended by org.assertj.core.api.AbstractAssert<S,A>
      extended by org.assertj.core.api.AbstractEnumerableAssert<S,A,E>
          extended by org.assertj.core.api.AbstractArrayAssert<S,byte[],Byte>
              extended by org.assertj.core.api.AbstractByteArrayAssert<ByteArrayAssert>
                  extended by org.assertj.core.api.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

Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractByteArrayAssert
arrays
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
protected ByteArrayAssert(byte[] actual)
           
 
Method Summary
 
Methods inherited from class org.assertj.core.api.AbstractByteArrayAssert
contains, contains, containsExactly, containsOnly, containsOnlyOnce, containsSequence, containsSubsequence, doesNotContain, doesNotContain, doesNotHaveDuplicates, endsWith, hasSameSizeAs, hasSize, isEmpty, isNotEmpty, isNullOrEmpty, isSorted, isSortedAccordingTo, startsWith, usingDefaultElementComparator, usingElementComparator
 
Methods inherited from class org.assertj.core.api.AbstractEnumerableAssert
hasSameSizeAs, inBinary, inHexadecimal
 
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayAssert

protected ByteArrayAssert(byte[] actual)


Copyright © 2013–2015 AssertJ. All rights reserved.