| Interface | Description |
|---|---|
| HttpRequest |
HTTP request.
|
| HttpResponse |
HTTP response.
|
| HttpSpy |
HTTP Spy - a spy for an HTTP server.
|
| RequestExpectation |
Request expectation.
|
| RequestExpectationBuilder |
Request expectation builder.
|
| ResponseBuilder |
Response builder.
|
| TestPlan |
Test plan for HTTP Spy.
|
| TestPlanBuilder |
Builder for test plans.
|
| ValueExpectation |
Expectation for a value of some string attribute.
|
| Class | Description |
|---|---|
| AbstractSequencePlanBuilder |
Builder for
SequencePlan. |
| AbstractStubPlanBuilder |
Builder for
StubPlan. |
| AbstractTestPlanBuilder<T extends TestPlan> |
Common functions for all test plan builders.
|
| CamelJettyHttpRequest |
Implementation of
HttpRequest to use with CamelJettyHttpSpy. |
| CamelJettyHttpResponse |
Implementation of
HttpResponse to use with CamelJettyHttpSpy. |
| CamelJettyHttpSpy |
Implementation of
HttpSpy based on camel-jetty component. |
| DefaultRequestExpectation |
Default implementation of
RequestExpectation. |
| DefaultRequestExpectationBuilder |
Default implementation of
RequestExpectationBuilder. |
| DefaultResponseBuilder |
Default implementation of
ResponseBuilder. |
| SequencePlan |
Test plan to check the sequence in which system under test executes requests.
|
| StubPlan |
Test plan that allows to provide responses based on features of of requests.
|
Copyright © 2016. All rights reserved.