Interface for test adapters to request time-out notifications for tests.
Namespace:  Microsoft.VisualStudio.TestTools.TestAdapter
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Interface ITimeoutTestAdapter
public interface ITimeoutTestAdapter
public interface class ITimeoutTestAdapter
type ITimeoutTestAdapter =  interface end
public interface ITimeoutTestAdapter
The ITimeoutTestAdapter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | TestTimeout | Called by the agent to stop an individual test instead of stopping the whole run. Called when the test times out. | 
Top