Class Check
java.lang.Object
net.serenitybdd.screenplay.conditions.Check
public class Check
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Check() -
Method Summary
Modifier and Type Method Description static ConditionalPerformablewhether(java.lang.Boolean condition)static ConditionalPerformablewhether(Question<java.lang.Boolean> condition)static <T> ConditionalPerformablewhether(Question<T> question, org.hamcrest.Matcher<T> matcher)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Check
public Check()
-
-
Method Details
-
whether
-
whether
-
whether
public static <T> ConditionalPerformable whether(Question<T> question, org.hamcrest.Matcher<T> matcher)
-