public class ApacheHttpUriRequestContentMatcher<T extends org.apache.http.HttpEntityEnclosingRequest>
extends org.hamcrest.TypeSafeMatcher<T>
Constructor and Description |
---|
ApacheHttpUriRequestContentMatcher(String expected) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(T actual) |
static org.hamcrest.Matcher<? extends org.apache.http.client.methods.HttpUriRequest> |
messageContaining(String expected) |
describeMismatch, describeMismatchSafely, matches
public ApacheHttpUriRequestContentMatcher(String expected)
public static org.hamcrest.Matcher<? extends org.apache.http.client.methods.HttpUriRequest> messageContaining(String expected)
public boolean matchesSafely(T actual)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<T extends org.apache.http.HttpEntityEnclosingRequest>
public void describeTo(org.hamcrest.Description description)
Copyright © 2013. All rights reserved.