ITestControllerHelper 接口

提供测试控制器的帮助器方法。

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

语法

声明
Public Interface ITestControllerHelper
public interface ITestControllerHelper
public interface class ITestControllerHelper
type ITestControllerHelper =  interface end
public interface ITestControllerHelper

ITestControllerHelper 类型公开以下成员。

方法

  名称 说明
公共方法 Create 创建测试控制器的新实例。
公共方法 Find 使用提供的名称查找并返回测试控制器。
公共方法 Query() 返回向团队项目集合注册的所有测试控制器的列表。
公共方法 Query(String) 返回属于团队项目集合中的指定测试控制器组的所有测试控制器的列表。
公共方法 Register 向团队项目集合注册每个提供的测试控制器。
公共方法 Unregister 从团队项目集合注销每个提供的测试控制器。
公共方法 Update 将提供的测试控制器的已更新属性保留在服务器上。

页首

备注

此帮助器接口是 ITestManagementService 方法的属性。

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestController

ITestManagementService