Class ExternalValueQuestion

java.lang.Object
net.serenitybdd.screenplay.ExternalValueQuestion

public class ExternalValueQuestion
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ExternalValueQuestion()  
  • Method Summary

    Modifier and Type Method Description
    static <T> Question<T> valueOf​(T value)  

    Methods inherited from class java.lang.Object

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

    • ExternalValueQuestion

      public ExternalValueQuestion()
  • Method Details

    • valueOf

      public static <T> Question<T> valueOf​(T value)