Home
last modified time | relevance | path

Searched refs:responseToGive (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayer.java188 private HttpResponse responseToGive; field in FakeHttpLayer.RequestMatcherResponseRule
193 … public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpResponse responseToGive) { in RequestMatcherResponseRule() argument
195 this.responseToGive = responseToGive; in RequestMatcherResponseRule()
222 if (responseToGive != null) { in getResponse()
223 return responseToGive; in getResponse()