Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestCategoryAttribute::TestCategories Property

 

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

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
property IList<String^>^ TestCategories {
	virtual IList<String^>^ get() override;
}

Property Value

Type: System.Collections.Generic::IList<String^>^

Returns the test category that has been applied to the test.

Return to top
Show: