Provides access to the unit test context during the cleanup phase.

Namespace: SSIS.Test
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public class TeardownContext : Context
Visual Basic
Public Class TeardownContext _
	Inherits Context
Visual C++
public ref class TeardownContext : public Context

Inheritance Hierarchy

System..::..Object
  SSIS.Test..::..Context
    SSIS.Test..::..TeardownContext

See Also