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.

IImpactedTestPoint Interface

 

Represents a test point that has been affected by a build.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class IImpactedTestPoint

NameDescription
System_CAPS_pubpropertyBuilds

Gets the list of builds in which this point was affected.

System_CAPS_pubpropertySuiteName

Gets the name of the test suite for the test point.

System_CAPS_pubpropertyTestCase

Retrieves the test case from the server.

System_CAPS_pubpropertyTestCaseId

Gets the ID number for the test case.

System_CAPS_pubpropertyTestPoint

Gets the test point from the server.

Return to top
Show: