Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
TestTimeout | Called by the agent to stop an individual test instead of stopping the whole run. Called when the test times out. |
Top
.gif)