This interface provides access to the unit testing features of the test engine. Use this interface to execute unit tests.

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

Syntax

C#
public interface IUnitTestEngine
Visual Basic
Public Interface IUnitTestEngine
Visual C++
public interface class IUnitTestEngine

See Also