Use classes from SSIS.Test.Metadata namespace to decorate test implementation classes.
Classes
| Class | Description | |
|---|---|---|
| ActionClassAttribute |
Instructs the test engine to load a decorated class and its methods as live tests.
| |
| ActionMethodAttribute |
Instructs the test engine to load a decorated method as a live test.
| |
| DataTapAttribute |
Instructs the test engine to create a data tap between two components
in a data flow.
| |
| DisableExecutableAttribute |
Instructs the test engine to disable the executable during the execution.
| |
| DisableLoggingAttribute |
Instructs the test engine to disable logging in the package when performing unit test. This attribute disables logging in all target packages.
| |
| DumpPackageAttribute |
Instructs the test engine to dump the package.
| |
| ExcludeAttribute |
Instructs the test engine to excludes a test class or an action method.
| |
| FakeDestinationAttribute |
Instructs the test engine to create a fake destination and replace the original destination component
in a data flow.
| |
| FakeSourceAttribute |
Instructs the test engine to create a fake source and replace the original source component
in a data flow.
| |
| UnitTestAttribute |
Instructs the test engine to load a decorated class as an unit test.
|