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
- run
Typ: Microsoft.VisualStudio.TestTools.Common.TestRun
Test, uruchom, który jest aktualnie przetwarzane i dla których wymagane jest specjalne działania.
- sink
Typ: Microsoft.VisualStudio.TestTools.Execution.IResultSink
IResultSink Obiekt, który jest używany do wysyłania danych.
- runContext
Typ: Microsoft.VisualStudio.TestTools.Execution.IDataCollectionRunContext
IDataCollectionRunContext Obiekt, który reprezentuje kontekst dla badania.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
ITestExecutionPlugin Interfejs