Class Remembered<T>
java.lang.Object
net.serenitybdd.screenplay.questions.Remembered<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Question<T>
A question that returns a value previously remembered by the actor.
-
Method Summary
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
as, asADate, asADate, asBigDecimal, asBoolean, asCollectionOf, asDouble, asEnum, asFloat, asInteger, asListOf, asLong, asString, describedAs, getSubject, map, mapEach
-
Method Details
-
valueOf
-
answeredBy
- Specified by:
answeredByin interfaceQuestion<T>
-