Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides an interface that the test adapter uses to communicate with the test execution framework.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Interface IBaseRunContext
public interface IBaseRunContext
public interface class IBaseRunContext
type IBaseRunContext = interface end
public interface IBaseRunContext
The IBaseRunContext type exposes the following members.
Properties
| 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. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
PauseTestRun | Sends a request to pause the test run. |
![]() |
StopTestRun | Sends a request to stop the test run. |
Top
.gif)
.gif)