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.IntegeransweredBy(Actor actor)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Question
getSubject
-
Constructor Details
-
CountQuestion
-
-
Method Details
-
answeredBy
- Specified by:
answeredByin interfaceQuestion<java.lang.Integer>
-