Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TestClassAttribute Class

Definition

Namespace:
Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:
Microsoft.VisualStudio.TestPlatform.TestFramework.dll
Assembly:
MSTest.TestFramework.dll
Assembly:
Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
Package:
MSTest.TestFramework v1.1.18
Package:
MSTest.TestFramework v1.2.1
Package:
MSTest.TestFramework v1.3.2
Package:
MSTest.TestFramework v1.4.0
Package:
MSTest.TestFramework v2.0.0
Package:
MSTest.TestFramework v2.1.2
Package:
MSTest.TestFramework v2.2.10
Package:
MSTest.TestFramework v3.0.4
Package:
MSTest.TestFramework v3.1.1
Package:
MSTest.TestFramework v3.10.5
Package:
MSTest.TestFramework v3.11.0
Package:
MSTest.TestFramework v3.2.2
Package:
MSTest.TestFramework v3.3.1
Package:
MSTest.TestFramework v3.4.3
Package:
MSTest.TestFramework v3.5.2
Package:
MSTest.TestFramework v3.6.4
Package:
MSTest.TestFramework v3.7.3
Package:
MSTest.TestFramework v3.8.3
Package:
MSTest.TestFramework v3.9.3
Package:
MSTest.TestFramework v4.0.2
Package:
MSTest.TestFramework v4.1.0
Package:
MSTest.TestFramework v4.2.3
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs
Source:
TestClassAttribute.cs

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.

This attribute is used to mark test classes.

public ref class TestClassAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public class TestClassAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public class TestClassAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public class TestClassAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.Serializable]
public sealed class TestClassAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type TestClassAttribute = class
 inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)>]
type TestClassAttribute = class
 inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type TestClassAttribute = class
 inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.Serializable>]
type TestClassAttribute = class
 inherit Attribute
Public Class TestClassAttribute
Inherits Attribute
Public NotInheritable Class TestClassAttribute
Inherits Attribute
Inheritance
TestClassAttribute
Derived
Attributes

Remarks

Test classes must be:

Constructors

Name Description
TestClassAttribute()

Methods

Name Description
GetTestMethodAttribute()

Gets a test method attribute that enables running this test.

Applies to


Feedback

Was this page helpful?