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.
IRunContext Interface
Provides an interface for test adapters to retrieve information about a test run.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | AgentName | Gets the name of the computer that is running the test. |
![]() | ResultSink | Gets an object used to send test results to the test execution framework.(Inherited from IBaseRunContext.) |
![]() | RunConfig | Gets information about the test run.(Inherited from IBaseRunContext.) |
![]() | RunContextVariables | Gets the run context variables. |
![]() | TestRunner | Provides an interface that the test adapter uses to run one or more inner tests.(Inherited from IBaseRunContext.) |
| Name | Description | |
|---|---|---|
![]() | PauseTestRun() | Sends a request to pause the test run.(Inherited from IBaseRunContext.) |
![]() | StopTestRun() | Sends a request to stop the test run.(Inherited from IBaseRunContext.) |
Show:

