Class ConsequenceMatchers
- java.lang.Object
-
- net.serenitybdd.screenplay.matchers.ConsequenceMatchers
-
public class ConsequenceMatchers extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConsequenceMatchers.AnswerMatcher<T>
-
Constructor Summary
Constructors Constructor Description ConsequenceMatchers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> org.hamcrest.Matcher<T>displays(String propertyName, org.hamcrest.Matcher<?> valueMatcher)
-
-
-
Method Detail
-
displays
public static <T> org.hamcrest.Matcher<T> displays(String propertyName, org.hamcrest.Matcher<?> valueMatcher)
-
-