ITestPointHelper 接口
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface ITestPointHelper
public interface ITestPointHelper
public interface class ITestPointHelper
type ITestPointHelper = interface end
public interface ITestPointHelper
ITestPointHelper 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
BlockTestPoints | 给定测试点的块。意味着这些测试点,TestPointState 将是 NotReady,最新测试结果为阻拦和已完成状态。 将更新 TestPointHistory。 | |
SaveTestPoints | 保存给定的测试点。 | |
UnblockTestPoints | unblocks 特定测试点。意味着这些测试点,TestPointState 准备就绪。将更新 TestPointHistory。 |
页首