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.

TestAndCategoryPair Constructor (TestId^, TestListCategoryId^, Boolean, Boolean)

 

Initializes a new instance of the TestAndCategoryPair class by using the provided test and category IDs and the indicator for a broken link.

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

public:
TestAndCategoryPair(
	TestId^ testId,
	TestListCategoryId^ categoryId,
	bool isBrokenLink,
	bool isEnabled
)

Parameters

testId
Type: Microsoft.VisualStudio.TestTools.Common::TestId^

A TestId that identifies a specific test.

categoryId
Type: Microsoft.VisualStudio.TestTools.Common::TestListCategoryId^

A TestListCategoryId that identifies a test category.

isBrokenLink
Type: System::Boolean

true if the link between the test and category is broken.

isEnabled
Type: System::Boolean

true if the link between the test and the category is enabled.

Return to top
Show: