TestClassAttribute Class
Definition
The test class attribute.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public class TestClassAttribute : Attribute
type TestClassAttribute = class
inherit Attribute
Public Class TestClassAttribute
Inherits Attribute
- Inheritance
-
TestClassAttribute
- Attributes
Constructors
TestClassAttribute() |
Methods
GetTestMethodAttribute(TestMethodAttribute) |
Gets a test method attribute that enables running this test. |