TestAndCategoryPair Class
Represents a match between a test and a test category that is used by the Test List Editor window of Visual Studio Test Professional.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestAndCategoryPair(TestId^, TestListCategoryId^) | Initializes a new instance of the TestAndCategoryPair class by using the provided test ID and category ID. |
![]() | TestAndCategoryPair(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. |
| Name | Description | |
|---|---|---|
![]() | CategoryId | Gets the ID for the test category. |
![]() | Enabled | Gets a value that indicates whether the link between the test and the category is enabled. |
![]() | IsBrokenLink | Gets a value that indicates whether the link between the test and the category is broken. |
![]() | TestId | Gets the ID for the test. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the provided instance is equal to this instance.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() ![]() | ToTestId(TestAndCategoryPair^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a TestId object by using the provided TestAndCategoryPair object. |
![]() ![]() | ToTestListCategoryId(TestAndCategoryPair^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a TestListCategoryId object by using the provided TestAndCategoryPair object. |
| Name | Description | |
|---|---|---|
![]() ![]() | Implicit(TestAndCategoryPair^ to TestId^) | This API supports the product infrastructure and is not intended to be used directly from your code. Represents an implicit operator when comparing a TestAndCategoryPair object with a TestId object. |
![]() ![]() | Implicit(TestAndCategoryPair^ to TestListCategoryId^) | This API supports the product infrastructure and is not intended to be used directly from your code. Represents an implicit operator when comparing a TestAndCategoryPair object with a TestListCategoryId object. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




