| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHamcrestCondition(Callable<T> supplier,
org.hamcrest.Matcher<? super T> matcher,
ConditionSettings settings)
Constructor for AbstractHamcrestCondition.
|
| Modifier and Type | Method and Description |
|---|---|
T |
await()
await.
|
protected abstract String |
getCallableDescription(Callable<T> supplier) |
protected AbstractHamcrestCondition(Callable<T> supplier, org.hamcrest.Matcher<? super T> matcher, ConditionSettings settings)
Constructor for AbstractHamcrestCondition.
supplier - a Callable object.matcher - a Matcher object.settings - a ConditionSettings object.Copyright © 2010–2022. All rights reserved.