Searched defs:requestMatcher (Results 1 – 2 of 2) sorted by relevance
66 public void addHttpResponseRule(RequestMatcher requestMatcher, HttpResponse response) { in addHttpResponseRule()76 …public void addHttpResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> respon… in addHttpResponseRule()187 private RequestMatcher requestMatcher; field in FakeHttpLayer.RequestMatcherResponseRule193 … public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpResponse responseToGive) { in RequestMatcherResponseRule()198 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule()203 … public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { in RequestMatcherResponseRule()208 …public RequestMatcherResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> resp… in RequestMatcherResponseRule()
1184 public static void addHttpResponseRule(RequestMatcher requestMatcher, HttpResponse response) { in addHttpResponseRule()1196 …public static void addHttpResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse>… in addHttpResponseRule()