次の方法で共有


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 から継承されます。)

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.TestTools.Execution 名前空間

IBaseRunContext