Uses of Interface
net.serenitybdd.screenplay.questions.QuestionHint
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.questions |
-
Uses of QuestionHint in net.serenitybdd.screenplay.questions
Methods in net.serenitybdd.screenplay.questions that return types with arguments of type QuestionHint Modifier and Type Method Description static java.util.Set<java.lang.Class<? extends QuestionHint>>QuestionHints. fromAssertion(org.hamcrest.Matcher matcher)Method parameters in net.serenitybdd.screenplay.questions with type arguments of type QuestionHint Modifier and Type Method Description static QuestionHints.HintAdderQuestionHints. addHints(java.util.Set<java.lang.Class<? extends QuestionHint>> hints)voidAcceptsHints. apply(java.util.Set<java.lang.Class<? extends QuestionHint>> hints)Constructor parameters in net.serenitybdd.screenplay.questions with type arguments of type QuestionHint Constructor Description HintAdder(java.util.Set<java.lang.Class<? extends QuestionHint>> hints)