Home
last modified time | relevance | path

Searched refs:UriRequestMatcher (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayer.java59 addHttpResponseRule(new UriRequestMatcher(uri), response); in addHttpResponseRule()
63 addHttpResponseRule(new UriRequestMatcher(uri), new TestHttpResponse(200, response)); in addHttpResponseRule()
249 public static class UriRequestMatcher implements RequestMatcher { class in FakeHttpLayer
252 public UriRequestMatcher(String uri) { in UriRequestMatcher() method in FakeHttpLayer.UriRequestMatcher
/external/robolectric/v3/
Dshadows-httpclient-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java1134 …wApplication().getFakeHttpLayer().hasRequestMatchingRule(new FakeHttpLayer.UriRequestMatcher(uri)); in httpRequestWasMade()