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)
-
Method Summary
Modifier and Type Method Description boolean
matches(org.apache.http.HttpRequest request)
-
Constructor Details
-
Method Details
-
matches
public boolean matches(org.apache.http.HttpRequest request)- Specified by:
matches
in interfaceRequestMatcher
-