Uses of Class
org.hamcrest.Condition
Packages that use Condition
-
Uses of Condition in org.hamcrest
Methods in org.hamcrest that return ConditionModifier and TypeMethodDescriptionabstract <U> Condition
<U> Condition.and
(Condition.Step<? super T, U> mapping) Condition.Step.apply
(I value, Description mismatch) static <T> Condition
<T> Condition.matched
(T theValue, Description mismatch) static <T> Condition
<T> Condition.notMatched()
final <U> Condition
<U> Condition.then
(Condition.Step<? super T, U> mapping)