Searched refs:UriRequestMatcher (Results 1 – 2 of 2) 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
1134 …wApplication().getFakeHttpLayer().hasRequestMatchingRule(new FakeHttpLayer.UriRequestMatcher(uri)); in httpRequestWasMade()