Class RememberThat.WithQuestion

java.lang.Object
net.serenitybdd.screenplay.RememberThat
net.serenitybdd.screenplay.RememberThat.WithQuestion
All Implemented Interfaces:
net.serenitybdd.core.SkipNested, net.serenitybdd.markers.IsSilent, Performable
Enclosing class:
RememberThat

public static class RememberThat.WithQuestion extends RememberThat
  • Constructor Details

    • WithQuestion

      public WithQuestion(String memoryKey, Question<?> question)
  • Method Details

    • performAs

      public <T extends Actor> void performAs(T actor)