ITestConfigurationHelper 接口

 

提供测试配置对象的帮助器属性和方法。

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

语法

public interface ITestConfigurationHelper
public interface class ITestConfigurationHelper
type ITestConfigurationHelper = interface end
Public Interface ITestConfigurationHelper

方法

名称 说明
System_CAPS_pubmethod Count(String)

返回与给定查询匹配的测试配置对象的数量。

System_CAPS_pubmethod Create()

创建新的测试配置对象。

System_CAPS_pubmethod CreateFromFile(String)

使用指定的 XML 文件创建新的测试配置对象。

System_CAPS_pubmethod Find(Int32)

从服务器中查找并返回指定的测试配置。

System_CAPS_pubmethod Query(String)

使用提供的查询从服务器返回测试配置的集合。

System_CAPS_pubmethod Query(String, IDictionary)

使用提供的查询和上下文从服务器返回测试配置的集合。

System_CAPS_pubmethod Query(String, Int32)

执行测试配置查询使用用户提供的约束。

请参阅

ITestConfiguration
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首