ITestSuiteHelper 接口

提供 Visual Studio 专业测试工具版 中测试套件的帮助器属性和方法。

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

语法

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

ITestSuiteHelper 类型公开以下成员。

方法

  名称 说明
公共方法 BeginCloneOperation 执行源套件的克隆操作在指定的目标套件下。
公共方法 CreateDynamic 创建一个基于查询的新测试套件。
公共方法 CreateEntry(ITestCase) 使用提供的测试用例返回测试套件项。
公共方法 CreateEntry(ITestSuiteBase) 使用提供的测试套件返回测试套件项。
公共方法 CreateRequirement 返回与提供的测试要求工作项关联的新要求测试套件。
公共方法 CreateStatic 返回一个新的静态测试套件。
公共方法 FetchTestSuitesForPlan 返回给定计划的根套件对象具有完整层次结构。
公共方法 Find 查找并返回指定的测试套件对象。
公共方法 GetCloneOperationInformation 获取有关克隆操作的信息
公共方法 Query(String) 返回与给定查询匹配的测试套件对象的列表。
公共方法 Query(String, IDictionary) 返回与提供的查询和提供的上下文字典匹配的测试套件对象的集合。
公共方法 ReferencingTestCase 返回引用指定测试用例的测试套件的集合。

页首

备注

在 Visual Studio 中,此接口支持测试用例管理 (TCM) 对象模型。此接口预期并不用于您实现自定义类,但您可以在 TCM 对象返回内部实现时将此接口用于自定义类中。

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestSuiteBase

IStaticTestSuite

IDynamicTestSuite

IRequirementTestSuite