Uses of Class
net.serenitybdd.screenplay.conditions.ConditionalPerformable
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.conditions |
-
Uses of ConditionalPerformable in net.serenitybdd.screenplay.conditions
Subclasses of ConditionalPerformable in net.serenitybdd.screenplay.conditions Modifier and Type Class Description classConditionalPerformableOnBooleanclassConditionalPerformableOnQuestionMethods in net.serenitybdd.screenplay.conditions that return ConditionalPerformable Modifier and Type Method Description ConditionalPerformableConditionalPerformable. andIfSo(Performable... taskToPerform)ConditionalPerformableConditionalPerformable. otherwise(Performable... taskToPerform)static ConditionalPerformableCheck. whether(java.lang.Boolean condition)static ConditionalPerformableCheck. whether(Question<java.lang.Boolean> condition)static <T> ConditionalPerformableCheck. whether(Question<T> question, org.hamcrest.Matcher<T> matcher)