Sets up the current test AppDomain.

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

Syntax

C#
IDisposable SetUpAppDomain()
Visual Basic (Declaration)
Function SetUpAppDomain As IDisposable

Return Value

Returns an object that when disposed causes the test environment to be torn down, or null if none.

See Also