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.
IBaseRunContext Interface
Provides an interface that the test adapter uses to communicate with the test execution framework.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | ResultSink | Gets an object used to send test results to the test execution framework. |
![]() | RunConfig | Gets information about the test run. |
![]() | TestRunner | Provides an interface that the test adapter uses to run one or more inner tests. |
| Name | Description | |
|---|---|---|
![]() | PauseTestRun() | Sends a request to pause the test run. |
![]() | StopTestRun() | Sends a request to stop the test run. |
Show:

