The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestRunner Interface
Provides an interface between the controller and the agent to enable a suite adapter to call back and execute a list of test cases.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | LoadRun(array<ITestElement^>^, IResultSink^, IDictionary<String^, Object^>^) | Runs a load test case. |
![]() | Run(array<ITestElement^>^, IResultSink^) | Runs a test case. |
Show:
