Interface RestTestClient


public interface RestTestClient
Client for testing web servers that uses RestClient internally to perform requests while also providing a fluent API to verify responses.

This client can connect to any server over HTTP or to a MockMvc server with a mock request and response.

Use one of the bindToXxx() methods to create an instance. For example:

Since:
7.0
Author:
Rob Worsnop, Rossen Stoyanchev