Uses of Interface
com.github.paweladamski.httpclientmock.condition.Condition
-
Packages that use Condition Package Description com.github.paweladamski.httpclientmock com.github.paweladamski.httpclientmock.condition -
-
Uses of Condition in com.github.paweladamski.httpclientmock
Methods in com.github.paweladamski.httpclientmock with parameters of type Condition Modifier and Type Method Description HttpClientMockBuilderHttpClientMockBuilder. with(Condition condition)Adds custom conditions.HttpClientVerifyBuilderHttpClientVerifyBuilder. with(Condition condition)Adds custom conditions.Constructor parameters in com.github.paweladamski.httpclientmock with type arguments of type Condition Constructor Description Rule(UrlConditions urlConditions, List<Condition> conditions, List<Action> actions) -
Uses of Condition in com.github.paweladamski.httpclientmock.condition
Classes in com.github.paweladamski.httpclientmock.condition that implement Condition Modifier and Type Class Description classBodyMatcherclassHeaderConditionclassHttpMethodConditionclassUrlEncodedFormConditionTests the request body for URL-encoded parameters.
-