Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITimeoutTestAdapter::TestTimeout Method (ITestElement^)

 

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)

void TestTimeout(
	ITestElement^ test
)

Parameters

test
Type: Microsoft.VisualStudio.TestTools.Common::ITestElement^

The test to stop.

Return to top
Show: