Class RememberThat.WithValue

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

public static class RememberThat.WithValue extends RememberThat
  • Constructor Details

    • WithValue

      public WithValue(String memoryKey, Object value)
  • Method Details

    • performAs

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