Provides access to the unit test context during the cleanup phase.
Namespace: SSIS.TestAssembly: 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
See Also