Class SumQuestion

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

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

    Constructors
    Constructor Description
    SumQuestion​(Question<? extends java.util.Collection<java.lang.Integer>> 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

    • SumQuestion

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

    • answeredBy

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