Class FakeHttpLayer.RequestMatcherResponseRule

    • Constructor Detail

      • RequestMatcherResponseRule

        public RequestMatcherResponseRule​(RequestMatcher requestMatcher,
                                          org.apache.http.HttpResponse responseToGive)
      • RequestMatcherResponseRule

        public RequestMatcherResponseRule​(RequestMatcher requestMatcher,
                                          org.apache.http.HttpException httpException)
      • RequestMatcherResponseRule

        public RequestMatcherResponseRule​(RequestMatcher requestMatcher,
                                          List<? extends org.apache.http.HttpResponse> responses)