Methods
beforeEach()
Function to invoke before each test. This is a stub which can be overridden on instances.
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 |
(async) prepare()
Prepare the runner by loading up all the ServiceTester objects.
toss()
Register the tests with Mocha.