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)

Syntax

public interface IImpactedTestPoint
public interface class IImpactedTestPoint
type IImpactedTestPoint = interface end
Public Interface IImpactedTestPoint

Properties

Name Description
System_CAPS_pubproperty Builds

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

System_CAPS_pubproperty SuiteName

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

System_CAPS_pubproperty TestCase

Retrieves the test case from the server.

System_CAPS_pubproperty TestCaseId

Gets the ID number for the test case.

System_CAPS_pubproperty TestPoint

Gets the test point from the server.

See Also

ITestPoint
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top