Class Stage

java.lang.Object
net.serenitybdd.screenplay.actors.Stage

public class Stage
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Stage​(Cast cast)  
  • Method Summary

    Modifier and Type Method Description
    boolean anActorIsOnStage()  
    void drawTheCurtain()  
    Actor shineSpotlightOn​(java.lang.String actorName)  
    Actor theActor()
    A shortened form of theActorInTheSpotight()
    Actor theActorInTheSpotlight()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Stage

      public Stage​(Cast cast)
  • Method Details

    • shineSpotlightOn

      public Actor shineSpotlightOn​(java.lang.String actorName)
    • theActorInTheSpotlight

      public Actor theActorInTheSpotlight()
    • theActor

      public Actor theActor()
      A shortened form of theActorInTheSpotight()
    • drawTheCurtain

      public void drawTheCurtain()
    • anActorIsOnStage

      public boolean anActorIsOnStage()