发布时间: 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
)
参数
point
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPoint一个 ITestPoint 对象。
owner
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity测试点的所有者的身份。
请参阅
ITestPoint
ITestCaseResult
ITestRun 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首