ITestConfigurationHelper 接口
提供测试配置对象的帮助器属性和方法。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface ITestConfigurationHelper
public interface ITestConfigurationHelper
public interface class ITestConfigurationHelper
type ITestConfigurationHelper = interface end
public interface ITestConfigurationHelper
ITestConfigurationHelper 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Count | 返回与给定查询匹配的测试配置对象的数量。 | |
Create | 创建新的测试配置对象。 | |
CreateFromFile | 使用指定的 XML 文件创建新的测试配置对象。 | |
Find | 从服务器中查找并返回指定的测试配置。 | |
Query(String) | 使用提供的查询从服务器返回测试配置的集合。 | |
Query(String, IDictionary) | 使用提供的查询和上下文从服务器返回测试配置的集合。 | |
Query(String, Int32) | 执行查询测试配置使用用户提供的约束。 |
页首