Class FakeHttpLayer.UriRegexMatcher
java.lang.Object
org.robolectric.shadows.httpclient.FakeHttpLayer.UriRegexMatcher
- All Implemented Interfaces:
RequestMatcher
- Enclosing class:
- FakeHttpLayer
public static class FakeHttpLayer.UriRegexMatcher extends Object implements RequestMatcher
-
Constructor Summary
Constructors Constructor Description UriRegexMatcher(String method, String uriRegex)
-
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
-