Class Remembered<T>

java.lang.Object
net.serenitybdd.screenplay.questions.Remembered<T>
Type Parameters:
T -
All Implemented Interfaces:
Question<T>

public class Remembered<T>
extends java.lang.Object
implements Question<T>
A question that returns a value previously remembered by the actor.
  • Method Summary

    Modifier and Type Method Description
    T answeredBy​(Actor actor)  
    static Remembered valueOf​(java.lang.String key)  

    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.Question

    getSubject
  • Method Details