ITestRun.AddTestPoint 方法 (ITestPoint, TeamFoundationIdentity)

 

发布时间: 2016年7月

将新的测试点添加到此测试运行。

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

语法

void AddTestPoint(
    ITestPoint point,
    TeamFoundationIdentity owner
)
void AddTestPoint(
    ITestPoint^ point,
    TeamFoundationIdentity^ owner
)
abstract AddTestPoint : 
        point:ITestPoint *
        owner:TeamFoundationIdentity -> unit
Sub AddTestPoint (
    point As ITestPoint,
    owner As TeamFoundationIdentity
)

参数

请参阅

ITestPoint
ITestCaseResult
ITestRun 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首