Uses of Class
net.serenitybdd.screenplay.actors.Cast
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.actors |
-
Uses of Cast in net.serenitybdd.screenplay.actors
Methods in net.serenitybdd.screenplay.actors that return Cast Modifier and Type Method Description static CastCast. ofStandardActors()static CastCast. whereEveryoneCan(java.util.function.Consumer<Actor>... abilities)Create a Cast object where each actor is configured using the provided function.static CastCast. whereEveryoneCan(Ability... abilities)Create a Cast object with a list of predefined abilitiesMethods in net.serenitybdd.screenplay.actors with parameters of type Cast Modifier and Type Method Description static StageOnStage. setTheStage(Cast cast)Set the stage before calling the actorsConstructors in net.serenitybdd.screenplay.actors with parameters of type Cast Constructor Description Stage(Cast cast)