The runtime is instantiated within the test runner to provide a suitable hosting environment for test enumeration and execution.

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

Syntax

C#
public interface IRuntime : IDisposable
Visual Basic (Declaration)
Public Interface IRuntime _
	Implements IDisposable

Remarks

The runtime provides services to support the Gallio test automation platform. New services are typically registered by adding them to plugin configuration files.

See Also