public class Check
extends java.lang.Object
Constructor and Description |
---|
Check() |
Modifier and Type | Method and Description |
---|---|
static ConditionalPerformable |
whether(java.lang.Boolean condition) |
static ConditionalPerformable |
whether(Question<java.lang.Boolean> condition) |
static <T> ConditionalPerformable |
whether(Question<T> question,
org.hamcrest.Matcher<T> matcher) |
public static ConditionalPerformable whether(java.lang.Boolean condition)
public static ConditionalPerformable whether(Question<java.lang.Boolean> condition)
public static <T> ConditionalPerformable whether(Question<T> question, org.hamcrest.Matcher<T> matcher)