Skip to main content

juneau-rest-mock Basics

Maven Dependency

<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-rest-mock</artifactId>
<version>${juneau.version}</version>
</dependency>

Java Library

juneau-rest-mock-0.0.0.jar

OSGi Module

org.apache.juneau.rest.mock_0.0.0.jar

Contents/Features

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.