Searched refs:RequestMatcherResponseRule (Results 1 – 1 of 1) sorted by relevance
67 addHttpResponseRule(new RequestMatcherResponseRule(requestMatcher, response)); in addHttpResponseRule()77 addHttpResponseRule(new RequestMatcherResponseRule(requestMatcher, responses)); in addHttpResponseRule()186 public static class RequestMatcherResponseRule implements HttpEntityStub.ResponseRule { class in FakeHttpLayer193 … public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpResponse responseToGive) { in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule198 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule203 … public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule208 …public RequestMatcherResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> resp… in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule