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.ITestElement- The 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.