- All Superinterfaces:
Performable,net.serenitybdd.core.SkipNested
- All Known Implementing Classes:
AnonymousBackendTask,AnonymousTask
A marker class to indicate that a Performable represents a higher level business task,
rather than a system interaction.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic TaskBuilderstatic <T extends Performable>
AnonymousPerformableRunnablethatPerforms(Runnable performableOperation) static <T extends Performable>
AnonymousPerformableRunnablethatPerforms(String title, Runnable performableOperation) static <T extends Performable>
AnonymousPerformableFunctionstatic <T extends Performable>
AnonymousTaskCreate a new Performable Task made up of a list of Performables.static <T extends Performable>
AnonymousPerformableFunctionstatic <T extends Performable>
AnonymousTaskwhere(T... steps) Methods inherited from interface net.serenitybdd.screenplay.Performable
performAs, then
-
Method Details
-
where
-
called
-
where
Create a new Performable Task made up of a list of Performables. -
where
static <T extends Performable> AnonymousPerformableFunction where(Consumer<Actor> performableOperation) -
where
static <T extends Performable> AnonymousPerformableFunction where(String title, Consumer<Actor> performableOperation) -
thatPerforms
static <T extends Performable> AnonymousPerformableRunnable thatPerforms(Runnable performableOperation) -
thatPerforms
static <T extends Performable> AnonymousPerformableRunnable thatPerforms(String title, Runnable performableOperation)
-