public class Check extends Object
| Constructor and Description |
|---|
Check() |
| Modifier and Type | Method and Description |
|---|---|
static ConditionalPerformable |
whether(Boolean condition) |
static ConditionalPerformable |
whether(Question<Boolean> condition) |
static <T> ConditionalPerformable |
whether(Question<T> question,
org.hamcrest.Matcher<T> matcher) |
public static ConditionalPerformable whether(Boolean condition)
public static ConditionalPerformable whether(Question<Boolean> condition)
public static <T> ConditionalPerformable whether(Question<T> question, org.hamcrest.Matcher<T> matcher)
Copyright © 2021. All rights reserved.