ITestExecutionPlugin.AfterTestCompleted Method

Definition

This method is called after the test has completed.

public:
 void AfterTestCompleted(Microsoft::VisualStudio::TestTools::Execution::IDataCollectionRunContext ^ runContext, Microsoft::VisualStudio::TestTools::Common::TestExecId ^ id);
public void AfterTestCompleted (Microsoft.VisualStudio.TestTools.Execution.IDataCollectionRunContext runContext, Microsoft.VisualStudio.TestTools.Common.TestExecId id);
abstract member AfterTestCompleted : Microsoft.VisualStudio.TestTools.Execution.IDataCollectionRunContext * Microsoft.VisualStudio.TestTools.Common.TestExecId -> unit
Public Sub AfterTestCompleted (runContext As IDataCollectionRunContext, id As TestExecId)

Parameters

runContext
IDataCollectionRunContext

An IDataCollectionRunContext object that represents the context for the test.

id
TestExecId

The test ID.

Applies to