474849505152535455
private AsyncRestTemplate restTemplate; @Before public void setup() { this.restTemplate = new AsyncRestTemplate(); this.mockServer = MockRestServiceServer.createServer(this.restTemplate); }