Class ConcurrentBooleanListAssert
- java.lang.Object
-
- org.fest.assertions.Assert
-
- org.fest.assertions.GenericAssert<ConcurrentBooleanListAssert,java.util.List<java.lang.Boolean>>
-
- de.hybris.platform.masterserver.impl.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
-
-
Constructor Summary
Constructors Constructor Description ConcurrentBooleanListAssert(java.util.List<java.lang.Boolean> actual)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConcurrentBooleanListAssertassertThat(java.util.List<java.lang.Boolean> actual)ConcurrentBooleanListAsserthasNumberOfFalseElements(int elementsCount)ConcurrentBooleanListAsserthasNumberOfTrueElements(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
-
-
-
-
Method Detail
-
assertThat
public static ConcurrentBooleanListAssert assertThat(java.util.List<java.lang.Boolean> actual)
-
hasNumberOfTrueElements
public ConcurrentBooleanListAssert hasNumberOfTrueElements(int elementsCount)
-
hasNumberOfFalseElements
public ConcurrentBooleanListAssert hasNumberOfFalseElements(int elementsCount)
-
-