Class RememberThat.WithValue

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

public static class RememberThat.WithValue
extends RememberThat
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.serenitybdd.screenplay.RememberThat

    RememberThat.MemoryBuilder, RememberThat.WithQuestion, RememberThat.WithValue
  • Constructor Summary

    Constructors
    Constructor Description
    WithValue​(java.lang.String memoryKey, java.lang.Object value)  
  • Method Summary

    Modifier and Type Method Description
    <T extends Actor>
    void
    performAs​(T actor)  

    Methods inherited from class net.serenitybdd.screenplay.RememberThat

    theValueOf

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.serenitybdd.screenplay.Performable

    then
  • Constructor Details

    • WithValue

      public WithValue​(java.lang.String memoryKey, java.lang.Object value)
  • Method Details

    • performAs

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