| Interface | Description |
|---|---|
| ClientDriverListener |
Interface for classes which listen to the Client Driver.
|
| MatchedRequestHandler | |
| RealRequest | |
| RequestMatcher |
Interface for classes whose responsibility is to match incoming Http requests with expected ClientDriverRequests.
|
| Class | Description |
|---|---|
| ClientDriver |
The main class which acts as a facade for the Client Driver.
|
| ClientDriverCompletedListener |
A listener to be used when the Client Driver has completed execution.
|
| ClientDriverExpectation |
An expectation made within the client driver.
|
| ClientDriverFactory |
Main entry point to the Rest Client Driver.
|
| ClientDriverRequest |
Class for encapsulating an HTTP request.
|
| ClientDriverRequest.Method |
Class that represents an HTTP method.
|
| ClientDriverRequestResponsePair |
Pairs an expected request with its response.
|
| ClientDriverResponse |
Class for encapsulating an HTTP response.
|
| ClientDriverRule |
The ClientDriverRule allows a user to specify expectations on the HTTP requests that are made against it.
|
| DefaultRequestMatcher |
Implementation of
RequestMatcher. |
| HttpRealRequest | |
| NullRequestHandler | |
| RestClientDriver |
Helper class for fluent creation of Client Driver objects.
|
| SecureClientDriver |
Secure client driver extends the
ClientDriver to use secure
connections via HTTPS with a provided certificate. |
| SecureClientDriverFactory |
Factory to create a
ClientDriver object which supports SSL. |
| SecureClientDriverRule |
The SecureClientDriverRule allows a user to specify expectations on the HTTPS
requests that are made against it.
|
Copyright © 2016. All Rights Reserved.