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
Public method LoadRun Runs a load test case.
Public method Run Runs a test case.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Execution Namespace