Share via


ITestExecutionPlugin.AfterTestCompleted Method

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)

Syntax

'Declaration
Sub AfterTestCompleted ( _
    runContext As IDataCollectionRunContext, _
    id As TestExecId _
)
void AfterTestCompleted(
    IDataCollectionRunContext runContext,
    TestExecId id
)
void AfterTestCompleted(
    IDataCollectionRunContext^ runContext, 
    TestExecId^ id
)
abstract AfterTestCompleted : 
        runContext:IDataCollectionRunContext * 
        id:TestExecId -> unit
function AfterTestCompleted(
    runContext : IDataCollectionRunContext, 
    id : TestExecId
)

Parameters

.NET Framework Security

See Also

Reference

ITestExecutionPlugin Interface

Microsoft.VisualStudio.TestTools.Execution Namespace

IDataCollectionRunContext