Instructs the test engine to load a decorated class and its methods as live tests.

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

Syntax

C#
public sealed class ActionClassAttribute : Attribute
Visual Basic
Public NotInheritable Class ActionClassAttribute _
	Inherits Attribute
Visual C++
public ref class ActionClassAttribute sealed : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    SSIS.Test.Metadata..::..ActionClassAttribute

See Also