Class CountQuestion

java.lang.Object
net.serenitybdd.screenplay.questions.CountQuestion
All Implemented Interfaces:
Question<java.lang.Integer>

public class CountQuestion
extends java.lang.Object
implements Question<java.lang.Integer>
  • Constructor Summary

    Constructors
    Constructor Description
    CountQuestion​(Question<? extends java.util.Collection> listQuestion)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer 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

    • CountQuestion

      public CountQuestion​(Question<? extends java.util.Collection> listQuestion)
  • Method Details

    • answeredBy

      public java.lang.Integer answeredBy​(Actor actor)
      Specified by:
      answeredBy in interface Question<java.lang.Integer>