| Package | Description |
|---|---|
| org.mockserver.client.serialization | |
| org.mockserver.client.serialization.model | |
| org.mockserver.mock |
| Modifier and Type | Method and Description |
|---|---|
Expectation |
ExpectationSerializer.deserialize(byte[] jsonExpectation) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExpectationSerializer.serialize(Expectation expectation) |
| Modifier and Type | Method and Description |
|---|---|
Expectation |
ExpectationDTO.buildObject() |
| Constructor and Description |
|---|
ExpectationDTO(Expectation expectation) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Expectation> |
MockServer.expectations |
| Modifier and Type | Method and Description |
|---|---|
Expectation |
Expectation.respond(HttpResponse httpResponse) |
Expectation |
MockServer.when(HttpRequest httpRequest) |
Expectation |
MockServer.when(HttpRequest httpRequest,
Times times) |
Copyright © 2013. All Rights Reserved.