public class ConcurrentBooleanListAssert
extends <any>
| Constructor and Description |
|---|
ConcurrentBooleanListAssert(List<Boolean> actual) |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentBooleanListAssert |
assertThat(List<Boolean> actual) |
ConcurrentBooleanListAssert |
hasNumberOfFalseElements(int elementsCount) |
ConcurrentBooleanListAssert |
hasNumberOfTrueElements(int elementsCount) |
public static ConcurrentBooleanListAssert assertThat(List<Boolean> actual)
public ConcurrentBooleanListAssert hasNumberOfTrueElements(int elementsCount)
public ConcurrentBooleanListAssert hasNumberOfFalseElements(int elementsCount)
Copyright © 2017 SAP SE. All Rights Reserved.