Test environmnent hosting custom actions to be run on AppDomain/Thread set-up and teardown.

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

Syntax

C#
public class CustomTestEnvironment : BaseTestEnvironment
Visual Basic (Declaration)
Public Class CustomTestEnvironment _
	Inherits BaseTestEnvironment

Inheritance Hierarchy

System..::.Object
  Gallio.Model.Environments..::.BaseTestEnvironment
    Gallio.Model.Environments..::.CustomTestEnvironment

See Also