AIT.VisualStudio.TestTools


AreaAttribute

Defined in AIT.VisualStudio.TestTools.dll.
Test Attribute to comment to link to an Area

Constructors

ConstructorDescription
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 memberDescription
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.
Fork me on GitHub