IRunContext インターフェイス
テスト アダプターがテストの実行に関する情報を取得するためのインターフェイスを提供します。
名前空間: Microsoft.VisualStudio.TestTools.Execution
アセンブリ: Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 内)
構文
'宣言
Public Interface IRunContext _
Inherits IBaseRunContext
public interface IRunContext : IBaseRunContext
public interface class IRunContext : IBaseRunContext
type IRunContext =
interface
interface IBaseRunContext
end
public interface IRunContext extends IBaseRunContext
IRunContext 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
AgentName | テストを実行しているコンピューターの名前を取得します。 | |
ResultSink | テスト実行フレームワークにテスト結果を送信するために使用されるオブジェクトを取得します。 (IBaseRunContext から継承されます。) | |
RunConfig | テストの実行に関する情報を取得します。 (IBaseRunContext から継承されます。) | |
RunContextVariables | 実行コンテキスト変数を取得します。 | |
TestRunner | テスト アダプターが 1 つ以上の内部テストを実行するために使用するインターフェイスを提供します。 (IBaseRunContext から継承されます。) |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
PauseTestRun | テストの実行を一時中断する要求を送信します。 (IBaseRunContext から継承されます。) | |
StopTestRun | テストの実行を停止する要求を送信します。 (IBaseRunContext から継承されます。) |
このページのトップへ