Searched refs:UriRequestMatcher (Results 1 – 3 of 3) sorted by relevance
59 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 FakeHttpLayer252 public UriRequestMatcher(String uri) { in UriRequestMatcher() method in FakeHttpLayer.UriRequestMatcher
META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
1134 …wApplication().getFakeHttpLayer().hasRequestMatchingRule(new FakeHttpLayer.UriRequestMatcher(uri)); in httpRequestWasMade()