1
0
mirror of synced 2026-07-30 14:57:02 +00:00

Add MockExchangeFunction getResponse

This allows setting up the mock

Issue: gh-5386
This commit is contained in:
Rob Winch
2018-07-02 10:00:40 -05:00
parent 0910e04bdf
commit 1f1fb1a801
@@ -43,6 +43,9 @@ public class MockExchangeFunction implements ExchangeFunction {
public List<ClientRequest> getRequests() {
return this.requests;
}
public ClientResponse getResponse() {
return this.response;
}
@Override