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