{title:'juneau-rest-mock', created:'8.1.0', updated:'8.2.0'}
Maven Dependency

| <dependency> | <groupId>org.apache.juneau</groupId> | <artifactId>juneau-rest-mock</artifactId> | <version>{@property juneauVersion}</version> | </dependency>

Java Library

| juneau-rest-mock-{@property juneauVersion}.jar

OSGi Module

| org.apache.juneau.rest.mock_{@property juneauVersion}.jar

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.