TestMethodAttribute 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 method attribute.
public ref class TestMethodAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class TestMethodAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type TestMethodAttribute = class
inherit Attribute
Public NotInheritable Class TestMethodAttribute
Inherits Attribute
- Inheritance
-
TestMethodAttribute
- Derived
- Attributes
Constructors
TestMethodAttribute() |
Initializes a new instance of the TestMethodAttribute class. |
TestMethodAttribute() |
Initializes a new instance of the TestMethodAttribute class. |
Properties
DisplayName |
Gets display Name for the Test Window |
Methods
Execute() |
Executes a test method. |