IBaseAdapter.Run 方法
调用以执行测试用例。
命名空间: Microsoft.VisualStudio.TestTools.Execution
程序集: Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
语法
声明
Sub Run ( _
testElement As ITestElement, _
testContext As ITestContext _
)
void Run(
ITestElement testElement,
ITestContext testContext
)
void Run(
ITestElement^ testElement,
ITestContext^ testContext
)
abstract Run :
testElement:ITestElement *
testContext:ITestContext -> unit
function Run(
testElement : ITestElement,
testContext : ITestContext
)
参数
- testElement
类型:Microsoft.VisualStudio.TestTools.Common.ITestElement
用于描述加载哪个适配器的测试元素。
- testContext
类型:Microsoft.VisualStudio.TestTools.Execution.ITestContext
适配器的上下文。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。