public class FormPostBodyMatcher implements BodyMatcher
| Modifier and Type | Class and Description |
|---|---|
static class |
FormPostBodyMatcher.Companion |
| Modifier and Type | Field and Description |
|---|---|
static FormPostBodyMatcher.Companion |
Companion |
| Constructor and Description |
|---|
FormPostBodyMatcher() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<au.com.dius.pact.matchers.BodyMismatch> |
matchBody(au.com.dius.pact.model.HttpPart expected,
au.com.dius.pact.model.HttpPart actual,
boolean allowUnexpectedKeys) |
matchBodypublic static FormPostBodyMatcher.Companion Companion