The test framework service provides support for enumerating and executing tests that belong to some test framework.

Namespace:  Gallio.Model
Assembly:  Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.570.0)

Syntax

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

Remarks

A new third party test framework may be supported by defining and registering a suitable implementation of this interface.

See Also