IBaseAdapter Interface

Definition

Provides an interface to use as a base for a custom test adapter.

public interface class IBaseAdapter
public interface IBaseAdapter
type IBaseAdapter = interface
Public Interface IBaseAdapter
Derived

Methods

AbortTestRun()

Called when an internal error occurs during a test run. This method should behave similarly to the StopTestRun() method.

Cleanup()

Called when a test run is completed.

PauseTestRun()

Called when the user requests to pause a test run.

ResumeTestRun()

Called when the user requests to resume a test run.

Run(ITestElement, ITestContext)

Called to execute a test case.

StopTestRun()

Called when the user requests to stop a test run.

Applies to