ITestResolutionStateHelper 接口

提供 Visual Studio 专业测试工具版 中测试解决状态对象的帮助器方法。

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

语法

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

ITestResolutionStateHelper 类型公开以下成员。

方法

  名称 说明
公共方法 Create 返回新的解决状态对象。
公共方法 CreateFromFile 从 XML 文件创建测试解决状态对象。
公共方法 Find 返回指定的测试解决状态对象。
公共方法 Query 返回为当前团队项目定义的所有测试解决状态对象。

页首

备注

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

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestResolutionState