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 Constructor (String^)

 

Initializes a new instance of the TestCategoryAttribute class by applying the supplied category to the test.

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

public:
TestCategoryAttribute(
	String^ testCategory
)

Parameters

testCategory
Type: System::String^

The test category to be applied.

Return to top
Show: