Class FakeHttpLayer.UriRequestMatcher

    • Constructor Summary

      Constructors 
      Constructor Description
      UriRequestMatcher​(java.lang.String uri)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(org.apache.http.HttpRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UriRequestMatcher

        public UriRequestMatcher​(java.lang.String uri)
    • Method Detail

      • matches

        public boolean matches​(org.apache.http.HttpRequest request)
        Specified by:
        matches in interface RequestMatcher