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


ITestAdapter.PreTestRunFinished - метод

Вызывается при завершении тестового запуска, чтобы позволить адаптерам тестов выполнить очистку.

Пространство имен:  Microsoft.VisualStudio.TestTools.TestAdapter
Сборка:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (в Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Синтаксис

'Декларация
Sub PreTestRunFinished ( _
    runContext As IRunContext _
)
void PreTestRunFinished(
    IRunContext runContext
)
void PreTestRunFinished(
    IRunContext^ runContext
)
abstract PreTestRunFinished : 
        runContext:IRunContext -> unit 
function PreTestRunFinished(
    runContext : IRunContext
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

ITestAdapter Интерфейс

Microsoft.VisualStudio.TestTools.TestAdapter - пространство имен