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

public class TheValue extends Object
Convenience class to convert an object into a Question
  • Constructor Details

    • TheValue

      public TheValue()
  • Method Details

    • of

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

      public static <ANSWER> Question<ANSWER> of(String subject, ANSWER value)