ITestCaseResultHelper 接口

提供 ITestCaseResult 对象的帮助器方法和属性。

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

语法

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

ITestCaseResultHelper 类型公开以下成员。

方法

  名称 说明
公共方法 ByTestId 查询服务器,并返回测试用例的测试结果对象集合。
公共方法 CreateForUpdate 创建一个空测试用例结果对象,用于有效地将更改的属性保存到服务器。
公共方法 Find 使用给定的测试运行 ID 和测试结果 ID 检索单一测试用例结果。
公共方法 FindByLink 使用位于 Visual Studio Team Foundation Server 中的项目测试结果或测试结果附件的统一资源标识符 URI 查找并返回测试结果,并可选择返回测试结果附件。
公共方法 Query 进行查询以查找与提供的查询匹配的测试用例结果。
公共方法 Reset 清除任何测试用例结果信息并使测试重新运行。
公共方法 Save 使用给定的测试用例结果数组以及指示是否在后台执行附件上载来更新服务器。

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestCaseResult