Gets the test driver factory for the framework.

Namespace:  Gallio.Model
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public abstract TestDriverFactory GetTestDriverFactory()
Visual Basic (Declaration)
Public MustOverride Function GetTestDriverFactory As TestDriverFactory

Return Value

The test driver factory.

Implements

ITestFramework..::.GetTestDriverFactory()()()

Remarks

When multiple test frameworks result the same test driver factory then only one instance of the test driver will be created and it will be shared by those frameworks. Factory identity is based on delegate equality.

See Also