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