| Modifier and Type | Method and Description |
|---|---|
static <A> IsPojo<A> |
IsPojo.pojo(Class<A> cls) |
<T> IsPojo<A> |
IsPojo.where(MethodReference<A,T> methodReference,
org.hamcrest.Matcher<T> returnValueMatcher) |
<T> IsPojo<A> |
IsPojo.where(String methodName,
org.hamcrest.Matcher<T> returnValueMatcher) |
IsPojo<A> |
IsPojo.withProperty(String property,
org.hamcrest.Matcher<?> valueMatcher) |
Copyright © 2018. All rights reserved.