Class ConcurrentBooleanListAssert


  • public class ConcurrentBooleanListAssert
    extends org.fest.assertions.GenericAssert<ConcurrentBooleanListAssert,​java.util.List<java.lang.Boolean>>
    Helpful for check the amount of true and false elements in a list
    • Field Summary

      • Fields inherited from class org.fest.assertions.GenericAssert

        actual, myself
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ConcurrentBooleanListAssert assertThat​(java.util.List<java.lang.Boolean> actual)  
      ConcurrentBooleanListAssert hasNumberOfFalseElements​(int elementsCount)  
      ConcurrentBooleanListAssert hasNumberOfTrueElements​(int elementsCount)  
      • Methods inherited from class org.fest.assertions.GenericAssert

        as, as, describedAs, describedAs, doesNotSatisfy, is, isEqualTo, isIn, isIn, isNot, isNotEqualTo, isNotIn, isNotIn, isNotNull, isNotSameAs, isNull, isSameAs, overridingErrorMessage, satisfies
      • Methods inherited from class org.fest.assertions.Assert

        customErrorMessage, description, description, description, equals, fail, fail, failIfCustomMessageIsSet, failIfCustomMessageIsSet, failure, formattedErrorMessage, hashCode, rawDescription, replaceDefaultErrorMessagesWith
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConcurrentBooleanListAssert

        public ConcurrentBooleanListAssert​(java.util.List<java.lang.Boolean> actual)