Class MockRestResponse

java.lang.Object
org.apache.juneau.rest.client.RestResponse
org.apache.juneau.rest.mock.MockRestResponse
All Implemented Interfaces:
HttpMessage, HttpResponse

public class MockRestResponse extends RestResponse
A subclass of RestResponse with additional features for mocked testing.
See Also: