Class TheValue

java.lang.Object
net.serenitybdd.screenplay.questions.TheValue

public class TheValue
extends java.lang.Object
Convenience class to convert an object into a Question
  • Constructor Summary

    Constructors
    Constructor Description
    TheValue()  
  • Method Summary

    Modifier and Type Method Description
    static <ANSWER> Question<ANSWER> of​(ANSWER value)  
    static <ANSWER> Question<ANSWER> of​(java.lang.String subject, ANSWER value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TheValue

      public TheValue()
  • Method Details

    • of

      public static <ANSWER> Question<ANSWER> of​(ANSWER value)
    • of

      public static <ANSWER> Question<ANSWER> of​(java.lang.String subject, ANSWER value)