ITestRunner Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |