Class: Runner

core/service-test-runner/runner~Runner()

Load a collection of ServiceTester objects and register them with Mocha.

Constructor

new Runner()

Source:

Methods

beforeEach()

Function to invoke before each test. This is a stub which can be overridden on instances.

Source:

only(services)

Limit the test run to the specified services.

Parameters:
Name Type Description
services Array.<string>

An array of service id prefixes to run

Source:

(async) prepare()

Prepare the runner by loading up all the ServiceTester objects.

Source:

toss()

Register the tests with Mocha.

Source: