Package | Description |
---|---|
org.hamcrest | |
org.hamcrest.beans |
Matchers of Java Bean properties and their values.
|
org.hamcrest.xml |
Matchers of XML documents.
|
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
private static Condition.Step<java.beans.PropertyDescriptor,java.lang.reflect.Method> |
HasPropertyWithValue.WITH_READ_METHOD |
Modifier and Type | Method and 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() |
Modifier and Type | Field and Description |
---|---|
private static Condition.Step<java.lang.Object,java.lang.String> |
HasXPath.NODE_EXISTS |
Modifier and Type | Method and Description |
---|---|
private static Condition.Step<java.lang.Object,java.lang.String> |
HasXPath.nodeExists() |