TestClassAttribute Class

Definition

The test class attribute.

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

Constructors

TestClassAttribute()

Methods

GetTestMethodAttribute()

Gets a test method attribute that enables running this test.

Applies to