public class HasEntityWithValueMatcher<T>
extends org.hamcrest.TypeSafeMatcher<javax.ws.rs.core.Response>
| Constructor and Description |
|---|
HasEntityWithValueMatcher(Class<T> entityClass,
org.hamcrest.Matcher<? super T> entityMatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(javax.ws.rs.core.Response response,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(javax.ws.rs.core.Response response) |
public void describeTo(org.hamcrest.Description description)
protected boolean matchesSafely(javax.ws.rs.core.Response response)
matchesSafely in class org.hamcrest.TypeSafeMatcher<javax.ws.rs.core.Response>protected void describeMismatchSafely(javax.ws.rs.core.Response response,
org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<javax.ws.rs.core.Response>Copyright © 2016 valid4j. All rights reserved.