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::AfterExecutionCompleted Method (TestRun^, IResultSink^, IDataCollectionRunContext^)
This method is called after all tests have been completed, signifying that the test run is finished,.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
void AfterExecutionCompleted(
TestRun^ run,
IResultSink^ sink,
IDataCollectionRunContext^ runContext
)
Parameters
- run
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestRun^
The test run that is currently processed and for which a special action is required.
- sink
-
Type:
Microsoft.VisualStudio.TestTools.Execution::IResultSink^
An IResultSink object that is used to send data.
- runContext
-
Type:
Microsoft.VisualStudio.TestTools.Execution::IDataCollectionRunContext^
An IDataCollectionRunContext object that represents the context for the test.
Show: