Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an interface to use as a base for a custom test adapter.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Interface IBaseAdapter
public interface IBaseAdapter
public interface class IBaseAdapter
type IBaseAdapter = interface end
public interface IBaseAdapter
The IBaseAdapter type exposes the following members.
Methods
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 | Called to execute a test case. |
![]() |
StopTestRun | Called when the user requests to stop a test run. |
Top
See Also
Reference
Microsoft.VisualStudio.TestTools.Execution Namespace
IDataCollector