Class ReverseQuestion<T>

java.lang.Object
net.serenitybdd.screenplay.questions.ReverseQuestion<T>
All Implemented Interfaces:
Question<java.util.List<T>>

public class ReverseQuestion<T>
extends java.lang.Object
implements Question<java.util.List<T>>
  • Constructor Summary

    Constructors
    Constructor Description
    ReverseQuestion​(Question<? extends java.util.List<T>> listQuestion)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<T> answeredBy​(Actor actor)  

    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

    • ReverseQuestion

      public ReverseQuestion​(Question<? extends java.util.List<T>> listQuestion)
  • Method Details