Class ConsequenceMatchers

java.lang.Object
net.serenitybdd.screenplay.matchers.ConsequenceMatchers

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

    Nested Classes
    Modifier and Type Class Description
    static class  ConsequenceMatchers.AnswerMatcher<T>  
  • Constructor Summary

    Constructors
    Constructor Description
    ConsequenceMatchers()  
  • Method Summary

    Modifier and Type Method Description
    static <T> org.hamcrest.Matcher<T> displays​(java.lang.String propertyName, org.hamcrest.Matcher<?> valueMatcher)  

    Methods inherited from class java.lang.Object

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

    • ConsequenceMatchers

      public ConsequenceMatchers()
  • Method Details

    • displays

      public static <T> org.hamcrest.Matcher<T> displays​(java.lang.String propertyName, org.hamcrest.Matcher<?> valueMatcher)