Class FakeHttpLayer.UriRequestMatcher
- java.lang.Object
-
- org.robolectric.shadows.httpclient.FakeHttpLayer.UriRequestMatcher
-
- All Implemented Interfaces:
RequestMatcher
- Enclosing class:
- FakeHttpLayer
public static class FakeHttpLayer.UriRequestMatcher extends Object implements RequestMatcher
-
-
Constructor Summary
Constructors Constructor Description UriRequestMatcher(String uri)
-
-
-
Constructor Detail
-
UriRequestMatcher
public UriRequestMatcher(String uri)
-
-
Method Detail
-
matches
public boolean matches(org.apache.http.HttpRequest request)
- Specified by:
matches
in interfaceRequestMatcher
-
-