Поделиться через


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