Class QuestionWithDefinedSubject<T>
java.lang.Object
net.serenitybdd.screenplay.questions.QuestionWithDefinedSubject<T>
-
Constructor Summary
ConstructorsConstructorDescriptionQuestionWithDefinedSubject(Question<T> theQuestion, String subject) QuestionWithDefinedSubject(Question<T> theQuestion, String subject, List<Performable> precedingTasks) -
Method Summary
-
Constructor Details
-
QuestionWithDefinedSubject
public QuestionWithDefinedSubject(Question<T> theQuestion, String subject, List<Performable> precedingTasks) -
QuestionWithDefinedSubject
-
-
Method Details
-
answeredBy
- Specified by:
answeredByin interfaceQuestion<T>
-
getSubject
- Specified by:
getSubjectin interfaceQuestion<T>
-