Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
H A DFakeHttpLayer.java294 private HttpResponse responseToGive; field in FakeHttpLayer.RequestMatcherResponseRule
299 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpResponse responseToGive) { in RequestMatcherResponseRule()