Modifier and Type | Method and Description |
---|---|
Expectation[] |
MockServerClient.retrieveActiveExpectations(HttpRequest httpRequest)
Retrieve the active expectations match the httpRequest parameter, use null for the parameter to retrieve all expectations
|
Expectation[] |
MockServerClient.retrieveRecordedExpectations(HttpRequest httpRequest)
Retrieve the request-response combinations that have been recorded as a list of expectations, only those that match the httpRequest parameter are returned, use null to retrieve all requests
|
Constructor and Description |
---|
ForwardChainExpectation(MockServerClient mockServerClient,
Expectation expectation) |
Modifier and Type | Method and Description |
---|---|
Expectation |
ExpectationSerializer.deserialize(String jsonExpectation) |
Expectation[] |
ExpectationSerializer.deserializeArray(String jsonExpectations) |
Modifier and Type | Method and Description |
---|---|
Class<Expectation> |
ExpectationSerializer.supportsType() |
Modifier and Type | Method and Description |
---|---|
String |
ExpectationSerializer.serialize(Expectation... expectations) |
String |
ExpectationSerializer.serialize(Expectation expectation) |
Modifier and Type | Method and Description |
---|---|
String |
ExpectationSerializer.serialize(List<Expectation> expectations) |
Modifier and Type | Method and Description |
---|---|
String |
ExpectationToJavaSerializer.serialize(int numberOfSpacesToIndent,
Expectation expectation) |
Modifier and Type | Method and Description |
---|---|
String |
ExpectationToJavaSerializer.serialize(List<Expectation> expectations) |
Modifier and Type | Method and Description |
---|---|
Expectation |
ExpectationDTO.buildObject() |
Constructor and Description |
---|
ExpectationDTO(Expectation expectation) |
Modifier and Type | Method and Description |
---|---|
List<Expectation> |
MockServerEventLog.retrieveExpectations(HttpRequest httpRequest) |
Modifier and Type | Method and Description |
---|---|
Expectation |
ExpectationMatchLogEntry.getExpectation() |
Expectation |
RequestResponseLogEntry.getExpectation() |
Expectation |
ExpectationLogEntry.getExpectation() |
Constructor and Description |
---|
ExpectationMatchLogEntry(HttpRequest httpRequest,
Expectation expectation) |
Modifier and Type | Method and Description |
---|---|
Expectation |
HttpRequestMatcher.decrementRemainingMatches() |
Expectation |
HttpRequestMatcher.getExpectation() |
Modifier and Type | Method and Description |
---|---|
HttpRequestMatcher |
MatcherBuilder.transformsToMatcher(Expectation expectation) |
Constructor and Description |
---|
HttpRequestMatcher(Expectation expectation,
MockServerLogger mockServerLogger) |
Modifier and Type | Method and Description |
---|---|
List<Expectation> |
MockServerMatcher.retrieveExpectations(HttpRequest httpRequest) |
Modifier and Type | Method and Description |
---|---|
void |
HttpStateHandler.add(Expectation... expectations) |
void |
MockServerMatcher.add(Expectation expectation) |
Copyright © 2018. All rights reserved.