TestImpactNodeType Enumeration
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the possible evidence link types for test cases impacted by a build. This class has been deprecated and no alternative is available.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Enumeration TestImpactNodeType
public enum TestImpactNodeType
public enum class TestImpactNodeType
type TestImpactNodeType
public enum TestImpactNodeType
Members
Member name | Description | |
---|---|---|
WorkItem | The link is to a work item, such as another test case, bug, etc. The ID is a work item ID. | |
TestResult | The link is to a test case result. The ID identifies a test run, and the Sub ID identifies a test run. | |
CodeCoverage | The link is to a block of code covered by the test case that was modified in the build. | |
Changeset | The link is to a change set. | |
Build | The link is to the build itself. |