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 | テスト コンテキスト変数を取得します。 |
このページのトップへ