ITestRun.AddTestPoint 方法

向此测试运行中添加新测试点。

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

语法

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

参数

.NET Framework 安全性

请参见

参考

ITestRun 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestPoint

ITestCaseResult