Class TheMemory
java.lang.Object
net.serenitybdd.screenplay.questions.TheMemory
- All Implemented Interfaces:
Question<java.lang.Boolean>
public class TheMemory extends java.lang.Object implements Question<java.lang.Boolean>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTheMemory.TheMemoryQuestionBuilder -
Constructor Summary
Constructors Constructor Description TheMemory(java.lang.String memoryKey) -
Method Summary
Modifier and Type Method Description java.lang.BooleanansweredBy(Actor actor)static TheMemory.TheMemoryQuestionBuilderwithKey(java.lang.String memoryKey)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
-
Constructor Details
-
TheMemory
public TheMemory(java.lang.String memoryKey)
-
-
Method Details
-
answeredBy
- Specified by:
answeredByin interfaceQuestion<java.lang.Boolean>
-
withKey
-