IBaseRunContext 介面
提供供測試配接器用來與測試執行架構通訊的介面。
命名空間: Microsoft.VisualStudio.TestTools.Execution
組件: Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
語法
'宣告
Public Interface IBaseRunContext
public interface IBaseRunContext
public interface class IBaseRunContext
type IBaseRunContext = interface end
public interface IBaseRunContext
IBaseRunContext 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
ResultSink | 取得用於將測試結果傳送至測試執行架構的物件。 | |
RunConfig | 取得測試回合的相關資訊。 | |
TestRunner | 提供供測試配接器用來執行一個或多個內部測試的介面。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
PauseTestRun | 傳送暫停測試回合的要求。 | |
StopTestRun | 傳送停止測試回合的要求。 |
回頁首