Uses of Interface
org.hamcrest.Condition.Step
-
Packages that use Condition.Step 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.Step in org.hamcrest
Methods in org.hamcrest with parameters of type Condition.Step 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)
<U> Condition<U>
Condition. then(Condition.Step<? super T,U> mapping)
-
Uses of Condition.Step in org.hamcrest.beans
Fields in org.hamcrest.beans declared as Condition.Step Modifier and Type Field Description private static Condition.Step<java.beans.PropertyDescriptor,java.lang.reflect.Method>
HasPropertyWithValue. WITH_READ_METHOD
Methods in org.hamcrest.beans that return Condition.Step Modifier and Type Method Description private Condition.Step<java.lang.reflect.Method,java.lang.Object>
HasPropertyWithValue. withPropertyValue(T bean)
private static Condition.Step<java.beans.PropertyDescriptor,java.lang.reflect.Method>
HasPropertyWithValue. withReadMethod()
-
Uses of Condition.Step in org.hamcrest.xml
Fields in org.hamcrest.xml declared as Condition.Step Modifier and Type Field Description private static Condition.Step<java.lang.Object,java.lang.String>
HasXPath. NODE_EXISTS
Methods in org.hamcrest.xml that return Condition.Step Modifier and Type Method Description private static Condition.Step<java.lang.Object,java.lang.String>
HasXPath. nodeExists()
-