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 | 提供供測試配接器用來執行一個或多個內部測試的介面。 (繼承自 IBaseRunContext)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
PauseTestRun | 傳送暫停測試回合的要求。 (繼承自 IBaseRunContext)。 | |
StopTestRun | 傳送停止測試回合的要求。 (繼承自 IBaseRunContext)。 |
回頁首