| Modifier and Type | Class and Description |
|---|---|
class |
EqualsBodyMatcher |
class |
FieldMatcher
Matches simple form fields
|
| Modifier and Type | Method and Description |
|---|---|
BodyMatcher |
Matchers.bodyFields(String keyValuePairs)
Creates a FieldMatcher expecting a map of keys and values
use like: FieldMatcher.of("fruit", "orange", "quantity" "42")
|
| Modifier and Type | Method and Description |
|---|---|
Expectation |
Expectation.body(BodyMatcher matcher)
A matcher for the body for a request
|
Copyright © 2021. All rights reserved.