Share via


TestCategoryAttribute Class

Definition

TestCategory attribute; used to specify the category of a unit test.

public ref class TestCategoryAttribute sealed : Microsoft::VisualStudio::TestTools::UnitTesting::TestCategoryBaseAttribute
Inheritance
TestCategoryAttribute
Attributes

Constructors

TestCategoryAttribute(String)

Initializes a new instance of the TestCategoryAttribute class and applies the category to the test.

Properties

TestCategories

Gets the test categories that has been applied to the test.

Applies to