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 | 設定所提供的動作記錄做為指定之測試案例的預設動作記錄。 |
回頁首