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 | 使用给定的测试用例结果数组以及指示是否在后台执行附件上载来更新服务器。 |
页首