Udostępnij za pośrednictwem


Metoda ITestExecutionPlugin.BeforeExecutionStarted —

Metoda ta jest wywoływana przed badaniem, uruchom rozpoczyna się wykonywanie.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

'Deklaracja
Sub BeforeExecutionStarted ( _
    run As TestRun, _
    sink As IResultSink, _
    runContext As IDataCollectionRunContext _
)
void BeforeExecutionStarted(
    TestRun run,
    IResultSink sink,
    IDataCollectionRunContext runContext
)
void BeforeExecutionStarted(
    TestRun^ run, 
    IResultSink^ sink, 
    IDataCollectionRunContext^ runContext
)
abstract BeforeExecutionStarted : 
        run:TestRun * 
        sink:IResultSink * 
        runContext:IDataCollectionRunContext -> unit 
function BeforeExecutionStarted(
    run : TestRun, 
    sink : IResultSink, 
    runContext : IDataCollectionRunContext
)

Parametry

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestExecutionPlugin Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution

IResultSink

IDataCollectionRunContext