Package | Description |
---|---|
org.hamcrest |
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) |
Copyright © 2020. All rights reserved.