org.assertj.core.api
Class BooleanArrayAssert

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,boolean[],Boolean>
              extended by org.assertj.core.api.AbstractBooleanArrayAssert<BooleanArrayAssert>
                  extended by org.assertj.core.api.BooleanArrayAssert
All Implemented Interfaces:
ArraySortedAssert<AbstractArrayAssert<BooleanArrayAssert,boolean[],Boolean>,Boolean>, Assert<BooleanArrayAssert,boolean[]>, Descriptable<BooleanArrayAssert>, EnumerableAssert<AbstractEnumerableAssert<BooleanArrayAssert,boolean[],Boolean>,Boolean>, ExtensionPoints<BooleanArrayAssert,boolean[]>

public class BooleanArrayAssert
extends AbstractBooleanArrayAssert<BooleanArrayAssert>

Assertion methods for arrays of booleans.

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

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

Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractBooleanArrayAssert
arrays
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
protected BooleanArrayAssert(boolean[] actual)
           
 
Method Summary
 
Methods inherited from class org.assertj.core.api.AbstractBooleanArrayAssert
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

BooleanArrayAssert

protected BooleanArrayAssert(boolean[] actual)


Copyright © 2013–2015 AssertJ. All rights reserved.