Provides access to the unit test context during the verification phase.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public class VerificationContext : Context |
| Visual Basic |
|---|
Public Class VerificationContext _
Inherits Context |
| Visual C++ |
|---|
public ref class VerificationContext : public Context |
Inheritance Hierarchy
See Also