Show / Hide Table of Contents

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 Source

Description

Gets or sets the test description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
View Source

Name

Gets or sets the test name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX