ITestExecutionPlugin.AfterTestCompleted 方法

在测试完成后调用此方法。

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

ITestExecutionPlugin 接口

Microsoft.VisualStudio.TestTools.Execution 命名空间

IDataCollectionRunContext