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.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Interface ITestRunner
public interface ITestRunner
public interface class ITestRunner
type ITestRunner = interface end
public interface ITestRunner
The ITestRunner type exposes the following members.
Methods
Name | Description | |
---|---|---|
LoadRun | Runs a load test case. | |
Run | Runs a test case. |
Top