Uses of Class
org.hamcrest.Condition
-
Packages that use Condition Package Description org.hamcrest org.hamcrest.beans Matchers of Java Bean properties and their values.org.hamcrest.xml Matchers of XML documents. -
-
Uses of Condition in org.hamcrest
Subclasses of Condition in org.hamcrest Modifier and Type Class Description private static class
Condition.Matched<T>
private static class
Condition.NotMatched<T>
Methods in org.hamcrest that return Condition Modifier and Type Method Description abstract <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<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)
-
Uses of Condition in org.hamcrest.beans
Methods in org.hamcrest.beans that return Condition Modifier and Type Method Description private Condition<java.beans.PropertyDescriptor>
HasPropertyWithValue. propertyOn(T bean, Description mismatch)
-
Uses of Condition in org.hamcrest.xml
Methods in org.hamcrest.xml that return Condition Modifier and Type Method Description private Condition<java.lang.Object>
HasXPath. evaluated(org.w3c.dom.Node item, Description mismatch)
-