IBaseAdapter Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an interface to use as a base for a custom test adapter.
public interface class IBaseAdapter
public interface IBaseAdapter
type IBaseAdapter = interface
Public Interface IBaseAdapter
- Derived
Abort |
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. |
Pause |
Called when the user requests to pause a test run. |
Resume |
Called when the user requests to resume a test run. |
Run(ITest |
Called to execute a test case. |
Stop |
Called when the user requests to stop a test run. |
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |