次の方法で共有


ITestContext インターフェイス

テストの実行プロセス中にメソッドに渡されるテスト コンテキストのコンテキスト インターフェイス定義。

名前空間:  Microsoft.VisualStudio.TestTools.Execution
アセンブリ:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 内)

構文

'宣言
Public Interface ITestContext
public interface ITestContext
public interface class ITestContext
type ITestContext =  interface end
public interface ITestContext

ITestContext 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Properties このテスト コンテキストのプロパティを取得します。
パブリック プロパティ ResultSink テストの成否の情報を格納した、このテスト コンテキストの結果シンクを取得します。
パブリック プロパティ RunContextVariables 実行コンテキスト変数を取得します。
パブリック プロパティ TestContextVariables テスト コンテキスト変数を取得します。

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.TestTools.Execution 名前空間