Modifier and Type | Method and Description |
---|---|
LogEventRequestAndResponse[] |
MockServerClient.retrieveRecordedRequestsAndResponses(RequestDefinition requestDefinition)
Retrieve the recorded requests and responses that match the httpRequest parameter, use null for the parameter to retrieve all requests and responses
|
Modifier and Type | Method and Description |
---|---|
void |
MockServerEventLog.retrieveRequestResponses(RequestDefinition requestDefinition,
Consumer<List<LogEventRequestAndResponse>> listConsumer) |
Modifier and Type | Method and Description |
---|---|
LogEventRequestAndResponse |
LogEventRequestAndResponse.withHttpRequest(RequestDefinition httpRequest) |
LogEventRequestAndResponse |
LogEventRequestAndResponse.withHttpResponse(HttpResponse httpResponse) |
LogEventRequestAndResponse |
LogEventRequestAndResponse.withTimestamp(String timestamp) |
Modifier and Type | Method and Description |
---|---|
LogEventRequestAndResponse |
LogEventRequestAndResponseSerializer.deserialize(String jsonHttpRequestAndHttpResponse) |
LogEventRequestAndResponse[] |
LogEventRequestAndResponseSerializer.deserializeArray(String jsonHttpRequestAndHttpResponse) |
Modifier and Type | Method and Description |
---|---|
String |
LogEventRequestAndResponseSerializer.serialize(LogEventRequestAndResponse... httpRequestAndHttpResponses) |
String |
LogEventRequestAndResponseSerializer.serialize(LogEventRequestAndResponse httpRequestAndHttpResponse) |
Modifier and Type | Method and Description |
---|---|
String |
LogEventRequestAndResponseSerializer.serialize(List<LogEventRequestAndResponse> httpRequestAndHttpResponses) |
Modifier and Type | Method and Description |
---|---|
LogEventRequestAndResponse |
LogEventRequestAndResponseDTO.buildObject() |
Constructor and Description |
---|
LogEventRequestAndResponseDTO(LogEventRequestAndResponse httpRequestAndHttpResponse) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMockingIntegrationTestBase.verifyRequestsMatches(LogEventRequestAndResponse[] logEventRequestAndResponses,
HttpRequest... httpRequestMatchers) |
Copyright © 2022. All rights reserved.