mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 18:52:13 +00:00
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() {
|
public List<ClientRequest> getRequests() {
|
||||||
return this.requests;
|
return this.requests;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ClientResponse getResponse() {
|
||||||
|
return this.response;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user