Uses of Class
net.serenitybdd.screenplay.actors.Stage
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.actors |
-
Uses of Stage in net.serenitybdd.screenplay.actors
Methods in net.serenitybdd.screenplay.actors that return Stage Modifier and Type Method Description static 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 Stage Modifier and Type Method Description static StageOnStage. setTheStage(Stage stage)Set the stage to a specific stage object.