ITestRunner 接口
提供控制器与代理之间的接口,利用该接口,套件适配器可以回调和执行一系列测试用例。
命名空间: Microsoft.VisualStudio.TestTools.Execution
程序集: Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
语法
声明
Public Interface ITestRunner
public interface ITestRunner
public interface class ITestRunner
type ITestRunner = interface end
public interface ITestRunner
ITestRunner 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
LoadRun | 运行负载测试用例。 | |
Run | 运行测试用例。 |
页首