AreaAttribute
Defined in AIT.VisualStudio.TestTools.dll.
Test Attribute to comment to link to an Area
Constructors
Constructor | Description |
new(area)
Signature: area:string -> unit
|
Initializes a new instance of the TestCategoryAttribute class by applying the supplied category to the test. |
Instance members
Instance member | Description |
Area
Signature: string
|
Gets the area to be applied. |
TestCategories
Signature: IList<string>
Modifiers: abstract |
Gets the test categories that have been applied to the test. |