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 class  TheMemory.TheMemoryQuestionBuilder  
  • Constructor Summary

    Constructors
    Constructor Description
    TheMemory​(java.lang.String memoryKey)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean answeredBy​(Actor actor)  
    static TheMemory.TheMemoryQuestionBuilder withKey​(java.lang.String memoryKey)  

    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
  • Constructor Details

    • TheMemory

      public TheMemory​(java.lang.String memoryKey)
  • Method Details