A test controller executes tests defined by a tree of ITestCommands.

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

Syntax

C#
public abstract class TestController : IDisposable
Visual Basic (Declaration)
Public MustInherit Class TestController _
	Implements IDisposable

Remarks

A test controller may be stateful because it is used for only one test run then disposed.

Subclasses of this class provide the algorithm used to execute the commands.

Inheritance Hierarchy

System..::.Object
  Gallio.Model.Helpers..::.TestController
    Gallio.Framework.Pattern..::.PatternTestController
    Gallio.Model.Helpers..::.DelegatingTestController

See Also