Package okhttp3.mock.matchers
Interface Matcher
-
- All Known Implementing Classes:
BodyMatcher,HeaderMatcher,MethodMatcher,NotMatcher,OrMatcher,PathMatcher,PatternMatcher,QueryParamMatcher,URLMatcher
public interface Matcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringfailReason(okhttp3.Request request)booleanmatches(okhttp3.Request request)
-