Class ConcurrentBooleanListAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<ConcurrentBooleanListAssert,List<Boolean>>
de.hybris.platform.masterserver.impl.ConcurrentBooleanListAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<ConcurrentBooleanListAssert,,List<Boolean>> org.assertj.core.api.Descriptable<ConcurrentBooleanListAssert>,org.assertj.core.api.ExtensionPoints<ConcurrentBooleanListAssert,List<Boolean>>
public class ConcurrentBooleanListAssert
extends org.assertj.core.api.AbstractAssert<ConcurrentBooleanListAssert,List<Boolean>>
Helpful for check the amount of true and false elements in a list
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConcurrentBooleanListAssertassertThat(List<Boolean> actual) hasNumberOfFalseElements(int elementsCount) hasNumberOfTrueElements(int elementsCount) Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
ConcurrentBooleanListAssert
-
-
Method Details
-
assertThat
-
hasNumberOfTrueElements
-
hasNumberOfFalseElements
-