Uses of Class
com.github.paweladamski.httpclientmock.matchers.ParametersMatcher
-
Packages that use ParametersMatcher Package Description com.github.paweladamski.httpclientmock com.github.paweladamski.httpclientmock.condition com.github.paweladamski.httpclientmock.matchers -
-
Uses of ParametersMatcher in com.github.paweladamski.httpclientmock
Methods in com.github.paweladamski.httpclientmock with parameters of type ParametersMatcher Modifier and Type Method Description HttpClientMockBuilderHttpClientMockBuilder. withFormParameters(ParametersMatcher parameters)Request body must contain the given URL-encoded form parameters (typically used in POST requests).HttpClientVerifyBuilderHttpClientVerifyBuilder. withFormParameters(ParametersMatcher parameters)Request body must contain the given URL-encoded form parameters (typically used in POST requests). -
Uses of ParametersMatcher in com.github.paweladamski.httpclientmock.condition
Methods in com.github.paweladamski.httpclientmock.condition with parameters of type ParametersMatcher Modifier and Type Method Description voidUrlEncodedFormCondition. addExpectedParameters(ParametersMatcher parameters)Adds expected form parameters. -
Uses of ParametersMatcher in com.github.paweladamski.httpclientmock.matchers
Methods in com.github.paweladamski.httpclientmock.matchers with parameters of type ParametersMatcher Modifier and Type Method Description voidParametersMatcher. putAll(ParametersMatcher parametersMatcher)
-