STATestClassAttribute Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The test class attribute.
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public class STATestClassAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestClassAttribute[System.AttributeUsage(System.AttributeTargets.Class)]
public class STATestClassAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestClassAttribute[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)>]
type STATestClassAttribute = class
    inherit TestClassAttribute[<System.AttributeUsage(System.AttributeTargets.Class)>]
type STATestClassAttribute = class
    inherit TestClassAttributePublic Class STATestClassAttribute
Inherits TestClassAttribute- Inheritance
- Attributes
Constructors
| STATestClassAttribute() | 
Methods
| GetTestMethodAttribute() | Gets a test method attribute that enables running this test.(Inherited from TestClassAttribute) | 
| GetTestMethodAttribute(TestMethodAttribute) | System.Attribute.GetTestMethodAttribute(Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute) |