Searched refs:responseToGive (Results 1 – 1 of 1) sorted by relevance
188 private HttpResponse responseToGive; field in FakeHttpLayer.RequestMatcherResponseRule193 … public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpResponse responseToGive) { in RequestMatcherResponseRule() argument195 this.responseToGive = responseToGive; in RequestMatcherResponseRule()222 if (responseToGive != null) { in getResponse()223 return responseToGive; in getResponse()