Contact Us 1-800-596-4880

To Generate an MUnit Test Suite from RAML

To automatically generate an MUnit test suite from a RAML definition, you need to have a project generated using Apikit.

  1. Find your APIKit Router in your project and right click on it.

  2. Select Create Test Suite For Project From RAML.

This automatically scaffolds an MUnit test suite based on the endpoints described on your API definition.

See Also