Class MockRestRequest

All Implemented Interfaces:
AutoCloseable, Configurable, HttpUriRequest, HttpMessage, HttpRequest

public class MockRestRequest extends RestRequest
A subclass of RestRequest with additional features for mocked testing.

Instances of this class are instantiated through methods on MockRestClient such as MockRestClient.post(Object,Object)

Notes:
  • This class is not thread safe.
See Also: