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.

ITestExecutionPlugin::AfterTestCompleted Method (IDataCollectionRunContext^, TestExecId^)

 

This method is called after the test has completed.

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

void AfterTestCompleted(
	IDataCollectionRunContext^ runContext,
	TestExecId^ id
)

Parameters

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

An IDataCollectionRunContext object that represents the context for the test.

id
Type: Microsoft.VisualStudio.TestTools.Common::TestExecId^

The test ID. 

Return to top
Show: