Package | Description |
---|---|
org.hamcrest |
The stable API defining Matcher and its associated interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
abstract <U> Condition<U> |
Condition.and(Condition.Step<? super T,U> mapping) |
Condition<O> |
Condition.Step.apply(I value,
Description mismatch) |
static <T> Condition<T> |
Condition.matched(T theValue,
Description mismatch) |
static <T> Condition<T> |
Condition.notMatched() |
<U> Condition<U> |
Condition.then(Condition.Step<? super T,U> mapping) |