Package net.serenitybdd.screenplay
Class CompositePerformable
java.lang.Object
net.serenitybdd.screenplay.CompositePerformable
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,Performable
-
Method Summary
Modifier and TypeMethodDescriptionstatic Performablefrom(Performable firstPerformable, Performable nextPerformable) <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
-
Method Details
-
from
-
performAs
- Specified by:
performAsin interfacePerformable
-