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。

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间