IImpactedTestPoint 接口

 

表示已受生成影响的测试点。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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

属性

名称 说明
System_CAPS_pubproperty Builds

获取此测试点在其中受影响的生成的列表。

System_CAPS_pubproperty SuiteName

获取测试点的测试套件的名称。

System_CAPS_pubproperty TestCase

从服务器中检索测试用例。

System_CAPS_pubproperty TestCaseId

获取测试用例的 ID 号。

System_CAPS_pubproperty TestPoint

从服务器中获取测试点。

请参阅

ITestPoint
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首