共用方式為


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)。

回頁首

請參閱

參考

Microsoft.VisualStudio.TestTools.Execution 命名空間

IBaseRunContext