Uses of Class
org.hamcrest.Condition
Packages that use Condition | |
---|---|
org.hamcrest | The stable API defining Matcher and its associated interfaces and classes. |
Uses of Condition in org.hamcrest |
---|
Methods in org.hamcrest that return Condition | ||
---|---|---|
abstract
|
Condition.and(Condition.Step<? super T,U> mapping) |
|
Condition<O> |
Condition.Step.apply(I value, Description mismatch) |
|
static
|
Condition.matched(T theValue, Description mismatch) |
|
static
|
Condition.notMatched() |
|
|
Condition.then(Condition.Step<? super T,U> mapping) |