Class RememberThat.WithQuestion

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

public static class RememberThat.WithQuestion
extends RememberThat
  • Constructor Details

    • WithQuestion

      public WithQuestion​(java.lang.String memoryKey, Question<?> question)
  • Method Details

    • performAs

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