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