A test tunner factory is a service that creates an ITestRunner given a set of options.

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

Syntax

C#
public interface ITestRunnerFactory
Visual Basic (Declaration)
Public Interface ITestRunnerFactory

Remarks

Each factory has a name which is used by ITestRunnerManager to select the particular factory to use for a given test run.

See Also