ISharedStepHelper 接口
提供 ISharedStep 对象的帮助器方法和属性。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface ISharedStepHelper
public interface ISharedStepHelper
public interface class ISharedStepHelper
type ISharedStepHelper = interface end
public interface ISharedStepHelper
ISharedStepHelper 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Count(String) | 返回与给定查询匹配的共享测试步骤的数量。 | |
Count(String, IDictionary) | 返回与给定查询和上下文匹配的共享测试步骤的计数。 | |
Create | 创建一个新的共享测试步骤对象,只有当调用共享测试步骤的 ITestBase.Save 方法时,才会在服务器上创建该对象。 | |
DoRequiredFieldsExist | 返回一个值,该值指示管理员是否自定义了此工作项类型来省略所有共享步骤需要的部分或所有字段。 | |
Find(Int32) | 从服务器中检索共享测试步骤。 | |
Find(Int32, Int32) | ||
IsWorkItemCompatible | 返回一个值,该值指示提供的工作项是否为共享步骤。 | |
Query(String) | 进行查询以查找与提供的查询匹配的共享测试步骤。 | |
Query(String, IDictionary) | 进行查询以查找与提供的查询和参数匹配的共享测试步骤。 |
页首