Interface: module:br/test/FixtureRegistry

module:br/test/FixtureRegistry

The FixtureRegistry allows for registration of fixtures for a specified scope.

Methods

addFixture(scope, fixture)

Adds a fixture to the registry.
Parameters:
Name Type Description
scope String The scope to which the fixture should be registered.
fixture module:br/test/Fixture The fixture to register.
Implementations:
Source: