new module:ct-element /testing /Renderer Fixture Factory()
Constructs the RendererFixtureFactory
required to run renderer
tests.
- Implements:
Methods
add Fixtures(fixture Registry)
This method is called once by the test-runner after the FixtureFactory is constructed. The implementation should add to the test runner all the fixtures that are needed by the tests.
Parameters:
Name | Type | Description |
---|---|---|
fixtureRegistry |
module:br-test |
The registry to which the fixtures should be registered. |
- Implements: