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.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
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.
Show: