| Interface | Description |
|---|---|
| Assert |
a set of assertable things about the requests that the mock client handled.
|
| BodyMatcher |
Body Matchers can be used to evaluate a entity body.
|
| BodySummary | |
| Expectation |
A expectation for a particular method/path
|
| ExpectedResponse |
| Class | Description |
|---|---|
| EqualsBodyMatcher | |
| FieldMatcher |
Matches simple form fields
|
| Matchers |
Static set of Matchers
|
| MatchStatus |
Indicates a successful match and a description of the failure (if any)
|
| MockClient |
A Mock client for unirest to make requests against
This implements both sync and async clients
|
| MockRawResponse |
| Error | Description |
|---|---|
| UnirestAssertion |
Thrown to indicate that an assertion has failed.
|
Copyright © 2021. All rights reserved.