Methods
(static) initialize()
Static method that needs to be called before any Jasmine tests will execute.
add Fixture(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 |
The fixture to register. |
- Implements: