Searched defs:UriRequestMatcher (Results 1 - 1 of 1) sorted by last modified time

/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DFakeHttpLayer.java59 addHttpResponseRule(new UriRequestMatcher(uri), response);
63 addHttpResponseRule(new UriRequestMatcher(uri), new TestHttpResponse(200, response));
249 public static class UriRequestMatcher implements RequestMatcher { class in class:FakeHttpLayer
252 public UriRequestMatcher(String uri) { method in class:FakeHttpLayer.UriRequestMatcher

Completed in 105 milliseconds