Class ConditionalPerformable
java.lang.Object
net.serenitybdd.screenplay.conditions.ConditionalPerformable
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,net.serenitybdd.markers.IsHidden,Performable
- Direct Known Subclasses:
ConditionalPerformableOnBoolean,ConditionalPerformableOnQuestion
public abstract class ConditionalPerformable
extends Object
implements Performable, net.serenitybdd.markers.IsHidden
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionandIfSo(Performable... taskToPerform) protected abstract BooleanevaluatedConditionFor(Actor actor) otherwise(Performable... taskToPerform) <T extends Actor>
voidperformAs(T actor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Field Details
-
outcomeToPerform
-
-
Constructor Details
-
ConditionalPerformable
public ConditionalPerformable()
-
-
Method Details
-
andIfSo
-
otherwise
-
performAs
- Specified by:
performAsin interfacePerformable
-
evaluatedConditionFor
-