Loads live tests from the calling assembly. Before this method is executed, all repositories and packages that are referenced in live tests must be loaded by using
LoadPackages(String, String). After this method finished, ExecutePackage(String, String)
can be called to execute tests.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
int LoadActions( Assembly assembly ) |
Visual Basic |
---|
Function LoadActions ( _ assembly As Assembly _ ) As Integer |
Visual C++ |
---|
int LoadActions( Assembly^ assembly ) |
Parameters
- assembly
- Type: System.Reflection..::..Assembly
A reference to an assembly that contains live test classes.