Instructs the test engine to load a decorated class as an unit test.
Namespace: SSIS.Test.MetadataAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public sealed class UnitTestAttribute : Attribute |
| Visual Basic |
|---|
Public NotInheritable Class UnitTestAttribute _
Inherits Attribute |
| Visual C++ |
|---|
public ref class UnitTestAttribute sealed : public Attribute |
Inheritance Hierarchy
See Also