Use classes from SSIS.Test.Metadata namespace to decorate test implementation classes.

Classes

  ClassDescription
Public classActionClassAttribute
Instructs the test engine to load a decorated class and its methods as live tests.
Public classActionMethodAttribute
Instructs the test engine to load a decorated method as a live test.
Public classDataTapAttribute
Instructs the test engine to create a data tap between two components in a data flow.
Public classDisableExecutableAttribute
Instructs the test engine to disable the executable during the execution.
Public classDisableLoggingAttribute
Instructs the test engine to disable logging in the package when performing unit test. This attribute disables logging in all target packages.
Public classDumpPackageAttribute
Instructs the test engine to dump the package.
Public classExcludeAttribute
Instructs the test engine to excludes a test class or an action method.
Public classFakeDestinationAttribute
Instructs the test engine to create a fake destination and replace the original destination component in a data flow.
Public classFakeSourceAttribute
Instructs the test engine to create a fake source and replace the original source component in a data flow.
Public classUnitTestAttribute
Instructs the test engine to load a decorated class as an unit test.