The juneau-rest-mock module contains convenience APIs for performing serverless unit
testing of your REST APIs.
Each of the APIs provide the ability to fully test your server and client REST interfaces without the
need for a running servlet container.
The API consists of the following classes:
{@link oajr.mock2}
{@link oajr.mock2.MockRest} - API for unit testing {@link oajr.annotation.Rest @Rest}-annotated classes.
{@link oajr.mock2.MockRemote} - API for unit testing {@link oaj.http.remote.Remote @Remote}-annotated classes.