ITestPointHelper 接口

 

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

语法

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

方法

名称 说明
System_CAPS_pubmethod BlockTestPoints(ITestPoint[])

给定测试点的块。意味着这些测试点,TestPointState 将是 NotReady,最新测试结果为阻拦和已完成状态。

将更新 TestPointHistory。

System_CAPS_pubmethod SaveTestPoints(ITestPoint[])

保存给定的测试点。

System_CAPS_pubmethod UnblockTestPoints(ITestPoint[])

unblocks 特定测试点。意味着这些测试点,TestPointState 准备就绪。将更新 TestPointHistory。

请参阅

Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首