Uses of Class
org.hamcrest.Condition
Packages that use Condition
Package
Description
Matchers of Java Bean properties and their values.
Matchers of XML documents.
-
Uses of Condition in org.hamcrest
Subclasses of Condition in org.hamcrestModifier and TypeClassDescriptionprivate static final class
private static final class
Methods in org.hamcrest that return ConditionModifier and TypeMethodDescriptionabstract <U> Condition
<U> Condition.and
(Condition.Step<? super T, U> mapping) <U> Condition
<U> Condition.Matched.and
(Condition.Step<? super T, U> next) <U> Condition
<U> Condition.NotMatched.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) -
Uses of Condition in org.hamcrest.beans
Methods in org.hamcrest.beans that return ConditionModifier and TypeMethodDescriptionprivate Condition
<PropertyDescriptor> HasPropertyWithValue.propertyOn
(T bean, Description mismatch) -
Uses of Condition in org.hamcrest.xml
Methods in org.hamcrest.xml that return Condition