Home
last modified time | relevance | path

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

/external/robolectric/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/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java1134 …wApplication().getFakeHttpLayer().hasRequestMatchingRule(new FakeHttpLayer.UriRequestMatcher(uri)); in httpRequestWasMade()