FixtureRegistry
allows for registration of fixtures for a
specified scope.
Attributes | Name and Description |
---|---|
|
caplin.testing.FixtureRegistry()
|
Attributes | Name and Description |
---|---|
|
void
addFixture(String sScope, caplin.testing.Fixture oFixture)
Adds a fixture to the registry. |
►
caplin.testing.FixtureRegistry()
►
void
addFixture(String sScope, caplin.testing.Fixture oFixture)
Adds a fixture to the registry.
String | sScope | The scope to which the fixture should be registered. |
caplin.testing.Fixture | oFixture | The fixture to register. |