Uses of Class
net.serenitybdd.screenplay.actors.Stage
Packages that use Stage
-
Uses of Stage in net.serenitybdd.screenplay.actors
Methods in net.serenitybdd.screenplay.actors that return StageModifier and TypeMethodDescriptionstatic StageOnStage.setTheStage(Cast cast) Set the stage before calling the actorsstatic StageOnStage.setTheStage(Stage stage) Set the stage to a specific stage object.static StageOnStage.stage()Get the current stage.Methods in net.serenitybdd.screenplay.actors with parameters of type StageModifier and TypeMethodDescriptionstatic StageOnStage.setTheStage(Stage stage) Set the stage to a specific stage object.