Interface
caplin.testing

FixtureRegistry

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

Constructor Summary

Attributes Name and Description
caplin.testing.FixtureRegistry()

Method Summary

Attributes Name and Description
void addFixture(String sScope, caplin.testing.Fixture oFixture)

Adds a fixture to the registry.

Constructor Detail

caplin.testing.FixtureRegistry()

Method Detail

void addFixture(String sScope, caplin.testing.Fixture oFixture)

Adds a fixture to the registry.

Parameters
String sScope The scope to which the fixture should be registered.
caplin.testing.Fixture oFixture The fixture to register.