Class UrlQueryMatcher
- java.lang.Object
-
- com.github.paweladamski.httpclientmock.matchers.UrlQueryMatcher
-
public class UrlQueryMatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description UrlQueryMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescribe(String query, Debugger debugger)booleanmatches(String query)voidput(String name, org.hamcrest.Matcher<String> matcher)voidsetAllowExtraParameters(boolean allowExtraParameters)
-