Class TestAttribute
Attribute indicating a method is a test.
Inheritance
System.Object
TestAttribute
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public class TestAttribute : Attribute
Properties
View SourceDescription
Gets or sets the test description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the test name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |