This allows setting up the mock Issue: gh-5386
@@ -43,6 +43,9 @@ public class MockExchangeFunction implements ExchangeFunction {
public List<ClientRequest> getRequests() {
return this.requests;
}
+
+ public ClientResponse getResponse() {
+ return this.response;
@Override