| Package | Description |
|---|---|
| com.github.paweladamski.httpclientmock | |
| com.github.paweladamski.httpclientmock.condition | |
| com.github.paweladamski.httpclientmock.matchers |
| Modifier and Type | Method and Description |
|---|---|
HttpClientVerifyBuilder |
HttpClientVerifyBuilder.withFormParameters(ParametersMatcher parameters)
Request body must contain the given URL-encoded form parameters (typically used in POST requests).
|
HttpClientMockBuilder |
HttpClientMockBuilder.withFormParameters(ParametersMatcher parameters)
Request body must contain the given URL-encoded form parameters (typically used in POST requests).
|
| Modifier and Type | Method and Description |
|---|---|
void |
UrlEncodedFormCondition.addExpectedParameters(ParametersMatcher parameters)
Adds expected form parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParametersMatcher.putAll(ParametersMatcher parametersMatcher) |
Copyright © 2020. All rights reserved.