| Package | Description |
|---|---|
| com.github.tashoyan.httpspy |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRequestExpectation
Default implementation of
RequestExpectation. |
| Modifier and Type | Method and Description |
|---|---|
RequestExpectation |
RequestExpectationBuilder.build()
Builds request expectation.
|
RequestExpectation |
DefaultRequestExpectationBuilder.build() |
| Constructor and Description |
|---|
SequencePlan(List<RequestExpectation> requestExpectations,
List<HttpResponse> responses)
Creates new instance of the test plan.
|
StubPlan(Collection<RequestExpectation> requestExpectations,
Collection<HttpResponse> responses)
Creates new test plan with request expectations and responses for them.
|
Copyright © 2016. All rights reserved.