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#
TestDriverFactory GetTestDriverFactory()
Visual Basic (Declaration)
Function GetTestDriverFactory As TestDriverFactory

Return Value

The test driver factory.

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