Compartir a través de


STATestClassAttribute Class

Definition

The test class attribute.

[System.AttributeUsage(System.AttributeTargets.Class)]
public class STATestClassAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestClassAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type STATestClassAttribute = class
    inherit TestClassAttribute
Public Class STATestClassAttribute
Inherits TestClassAttribute
Inheritance
STATestClassAttribute
Attributes

Constructors

STATestClassAttribute()

Methods

GetTestMethodAttribute()

Gets a test method attribute that enables running this test.

(Inherited from TestClassAttribute)

Applies to