Class QuestionHints

java.lang.Object
net.serenitybdd.screenplay.questions.QuestionHints

public class QuestionHints
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  QuestionHints.HintAdder  
  • Constructor Summary

    Constructors
    Constructor Description
    QuestionHints()  
  • Method Summary

    Modifier and Type Method Description
    static QuestionHints.HintAdder addHints​(java.util.Set<java.lang.Class<? extends QuestionHint>> hints)  
    static java.util.Set<java.lang.Class<? extends QuestionHint>> fromAssertion​(org.hamcrest.Matcher matcher)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QuestionHints

      public QuestionHints()
  • Method Details

    • fromAssertion

      public static java.util.Set<java.lang.Class<? extends QuestionHint>> fromAssertion​(org.hamcrest.Matcher matcher)
    • addHints

      public static QuestionHints.HintAdder addHints​(java.util.Set<java.lang.Class<? extends QuestionHint>> hints)