ITestRunner Interface

Definition

Provides an interface between the controller and the agent to enable a suite adapter to call back and execute a list of test cases.

public interface class ITestRunner
public interface ITestRunner
type ITestRunner = interface
Public Interface ITestRunner

Methods

LoadRun(ITestElement[], IResultSink, IDictionary<String,Object>)

Runs a load test case.

Run(ITestElement[], IResultSink)

Runs a test case.

Applies to