Class TestAttribute
Attribute indicating a method is a test.
Inherited Members
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class TestAttribute : Attribute
Properties
View SourceDescription
Gets or sets the test description.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the test name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |