See: Description
| Class | Description |
|---|---|
| BasicAuthMatcher |
Custom matcher for matching contents of Authorization header used for basic authorization.
|
| BodyAbsenceMatcher |
Body absence matcher.
|
| CookieMatcher |
Custom matcher for matching cookies and their values from Cookie header.
|
| FileLoadingMatcher |
Custom matcher used for parsing files to
RawRequest and matching these files against
Request. |
| HttpMatchers |
Provides all HTTP specific
Matchers that can be used in API. |
| HttpOperationLoadingMatcher |
Custom matcher for matching HTTP operation from Request.
|
| HttpPathLoadingMatcher |
Custom matcher for matching path from Request.
|
| JsonEqualsMatcher |
Custom matcher for matching XML body from
HttpPayload object equality. |
| JsonLoadingMatcher |
Custom matcher for matching JSON body from
HttpPayload object which needs to be instance
of JsonHttpPayload. |
| MultipartContainsMatcher |
Custom matcher for matching Multipart part name.
|
| PlainTextLoadingMatcher |
Custom matcher for matching plain text body from
HttpPayload object which needs to be
instance of TextHttpPayload. |
| UrlParameterLoadingMatcher |
Custom matcher for matching URL path from
Request when specified URL contains wildcard
parameters. |
| XmlEqualsMatcher |
Custom matcher for matching XML body from
HttpPayload object equality. |
| XmlLoadingMatcher |
Custom matcher for matching XML body from
HttpPayload object which needs to be instance
of XmlHttpPayload. |