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.
Called by the agent to stop an individual test instead of stopping the whole run. Called when the test times out.
Namespace: Microsoft.VisualStudio.TestTools.TestAdapter
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Sub TestTimeout ( _
test As ITestElement _
)
void TestTimeout(
ITestElement test
)
void TestTimeout(
ITestElement^ test
)
abstract TestTimeout :
test:ITestElement -> unit
function TestTimeout(
test : ITestElement
)
Parameters
test
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementThe test to stop.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.