操作の記録とそれに関連付けられているテスト ケースの間の対応付けを行います。
名前空間: 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 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
![]() |
Create | ディスク上のローカル ファイルを使用して、操作の記録を作成して返します。 |
![]() |
GetDefaultForTestCase | 指定されたテスト ケースの既定の操作の記録を返します。 |
![]() |
SetDefaultForTestCase | 指定された操作の記録を指定されたテスト ケースの既定の操作の記録として設定します。 |
このページのトップへ