Home
last modified time | relevance | path

Searched defs:RequestMatcherResponseRule (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayer.java186 public static class RequestMatcherResponseRule implements HttpEntityStub.ResponseRule { class in FakeHttpLayer
193 … public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpResponse responseToGive) { in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule
198 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule
203 … public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule
208 …public RequestMatcherResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> resp… in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule