The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IBaseAdapter Interface
Provides an interface to use as a base for a custom test adapter.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
