Condividi tramite


Metodo ITestExecutionPlugin.BeforeTestStarted

Questo metodo viene chiamato prima dell'avvio di un test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

'Dichiarazione
Function BeforeTestStarted ( _
    runContext As IDataCollectionRunContext, _
    id As TestExecId _
) As Boolean
bool BeforeTestStarted(
    IDataCollectionRunContext runContext,
    TestExecId id
)
bool BeforeTestStarted(
    IDataCollectionRunContext^ runContext, 
    TestExecId^ id
)
abstract BeforeTestStarted : 
        runContext:IDataCollectionRunContext * 
        id:TestExecId -> bool
function BeforeTestStarted(
    runContext : IDataCollectionRunContext, 
    id : TestExecId
) : boolean

Parametri

Valore restituito

Tipo: Boolean
true se l'agente deve continuare a eseguire il test. false se l'agente non deve eseguire il test.

Nota

Quando viene restituito false, l'agente presuppone che il plug-in abbia segnalato un errore per il test in questione e non abbia registrato alcun risultato.Sebbene venga restituito false, il plug-in genererà comunque un evento TestEnd per il test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestExecutionPlugin Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution

TestEnd

IDataCollectionRunContext