Uses of Class
net.serenitybdd.screenplay.actors.Cast
Packages that use Cast
-
Uses of Cast in net.serenitybdd.screenplay.actors
Methods in net.serenitybdd.screenplay.actors that return CastModifier and TypeMethodDescriptionstatic CastCast.ofStandardActors()static CastCast.whereEveryoneCan(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 CastModifier and TypeMethodDescriptionstatic StageOnStage.setTheStage(Cast cast) Set the stage before calling the actorsConstructors in net.serenitybdd.screenplay.actors with parameters of type Cast