This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Wade Pearce edited this page Jan 15, 2015
·
4 revisions
The RAML Mock Server is designed to bring together the mock server functionality of the MockServer with the specification tooling of the RAML Specification.
The tools used to retrieve and expose API specifications are designed to be extensible to your own needs, with the RamlSpecification
class capable of being re-implemented in your own design and needs.
Out of the box, the library provides the ability to:
- Load a RAML specification from your own classpath.
- Load a RAML specification from the file system.
- Retrieve a RAML specification from a remote resource (using a handler to define how to load it into a file system location)
- Home
- [RAML Specifications](RAML Specifications)
- [Class Path Specification](Class Path Specifications)
- [File Path Specification](File Path Specifications)
- [Remote Specification](Remote Path Specifications)
-
Handlers
- [Zip Archive](Zip Archive Handler)
- [RAML File](RAML File Handler)
- [Custom](Custom Resource Handler)
-
Handlers
- [Custom Specification](Custom Specification)
- [JUnit Test Rule](JUnit Test Rule)