| Package | Description |
|---|---|
| net.serenitybdd.screenplay.conditions |
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionalPerformableOnBoolean |
class |
ConditionalPerformableOnQuestion |
| Modifier and Type | Method and Description |
|---|---|
ConditionalPerformable |
ConditionalPerformable.andIfSo(Performable... taskToPerform) |
ConditionalPerformable |
ConditionalPerformable.otherwise(Performable... taskToPerform) |
static ConditionalPerformable |
Check.whether(Boolean condition) |
static ConditionalPerformable |
Check.whether(Question<Boolean> condition) |
static <T> ConditionalPerformable |
Check.whether(Question<T> question,
org.hamcrest.Matcher<T> matcher) |
Copyright © 2021. All rights reserved.