IActionRecordingHelper 接口
提供操作录制与其关联测试用例之间的映射连接。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface IActionRecordingHelper
public interface IActionRecordingHelper
public interface class IActionRecordingHelper
type IActionRecordingHelper = interface end
public interface IActionRecordingHelper
IActionRecordingHelper 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
CheckActionRecordingExists | 作为列表的测试用例ID并返回bool列表指示是否与测试用例具有afn条 | |
Create | 使用磁盘上的本地文件创建并返回操作录制。 | |
GetDefaultForTestCase | 返回指定测试用例的默认操作录制。 | |
SetDefaultForTestCase | 将提供的操作录制设置为指定测试用例的默认操作录制。 |
页首