Package net.serenitybdd.screenplay
Interface Question<ANSWER>
- All Known Implementing Classes:
CountQuestion,MaxQuestion,MinQuestion,QuestionWithDefinedSubject,Remembered,ReverseQuestion,SortedQuestion,SumQuestion,TheMemory
public interface Question<ANSWER>
-
Method Summary
Modifier and Type Method Description static QuestionBuilderabout(java.lang.String subject)ANSWERansweredBy(Actor actor)default java.lang.StringgetSubject()
-
Method Details
-
answeredBy
-
getSubject
default java.lang.String getSubject() -
about
-