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 | 发送停止测试运行的请求。 |
页首