Uses of Interface
org.hamcrest.Condition.Step
Packages that use Condition.Step
Package
Description
Matchers of Java Bean properties and their values.
Matchers of XML documents.
-
Uses of Condition.Step in org.hamcrest
Methods in org.hamcrest with parameters of type Condition.StepModifier 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) final <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.StepModifier and TypeFieldDescriptionprivate static final Condition.Step<PropertyDescriptor,
Method> HasPropertyWithValue.WITH_READ_METHOD
Methods in org.hamcrest.beans that return Condition.StepModifier and TypeMethodDescriptionprivate Condition.Step<Method,
Object> HasPropertyWithValue.withPropertyValue
(T bean) private static Condition.Step<PropertyDescriptor,
Method> HasPropertyWithValue.withReadMethod()
-
Uses of Condition.Step in org.hamcrest.xml
Fields in org.hamcrest.xml declared as Condition.StepModifier and TypeFieldDescriptionprivate static final Condition.Step<Object,
String> HasXPath.NODE_EXISTS
Methods in org.hamcrest.xml that return Condition.StepModifier and TypeMethodDescriptionprivate static Condition.Step<Object,
String> HasXPath.nodeExists()