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 TansweredBy(Actor actor)static RememberedvalueOf(java.lang.String key)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Question
getSubject
-
Method Details
-
valueOf
-
answeredBy
- Specified by:
answeredByin interfaceQuestion<T>
-