Uses of Class
com.github.paweladamski.httpclientmock.matchers.MatchersList
-
Packages that use MatchersList Package Description com.github.paweladamski.httpclientmock com.github.paweladamski.httpclientmock.matchers -
-
Uses of MatchersList in com.github.paweladamski.httpclientmock
Methods in com.github.paweladamski.httpclientmock that return MatchersList Modifier and Type Method Description MatchersList<String>UrlConditions. getHostConditions()MatchersList<String>UrlConditions. getPathConditions()MatchersList<Integer>UrlConditions. getPortConditions()Methods in com.github.paweladamski.httpclientmock with parameters of type MatchersList Modifier and Type Method Description voidUrlConditions. setHostConditions(MatchersList<String> hostConditions) -
Uses of MatchersList in com.github.paweladamski.httpclientmock.matchers
Methods in com.github.paweladamski.httpclientmock.matchers that return MatchersList Modifier and Type Method Description MatchersList<String>ParametersMatcher. get(String name)Methods in com.github.paweladamski.httpclientmock.matchers with parameters of type MatchersList Modifier and Type Method Description voidParametersMatcher. putAll(String name, MatchersList<String> value)
-