| Package | Description |
|---|---|
| net.serenitybdd.screenplay.actors |
| Modifier and Type | Method and Description |
|---|---|
static Cast |
Cast.ofStandardActors() |
static Cast |
Cast.whereEveryoneCan(Ability... abilities)
Create a Cast object with a list of predefined abilities
|
static Cast |
Cast.whereEveryoneCan(Consumer<Actor>... abilities)
Create a Cast object where each actor is configured using the provided function.
|
| Modifier and Type | Method and Description |
|---|---|
static Stage |
OnStage.setTheStage(Cast cast)
Set the stage before calling the actors
|
| Constructor and Description |
|---|
Stage(Cast cast) |
Copyright © 2021. All rights reserved.