Sets up the current test Thread.

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

Syntax

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

Return Value

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

See Also