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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  SSIS.Test..::..Context
    SSIS.Test..::..SetupContext

See Also