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.

ITestAdapter::PreTestRunFinished Method (IRunContext^)

 

Called when a test run is completed to allow test adapters to clean up.

Namespace:   Microsoft.VisualStudio.TestTools.TestAdapter
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

void PreTestRunFinished(
	IRunContext^ runContext
)

Parameters

runContext
Type: Microsoft.VisualStudio.TestTools.Execution::IRunContext^

The context for this test run.

Return to top
Show: