Add MockExchangeFunction getResponse
This allows setting up the mock Issue: gh-5386
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue