Partager via


ITestExecutionPlugin.BeforeTestStarted, méthode

Cette méthode est appelée avant qu'un test ne démarre.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Boolean
true si l'agent doit continuer à effectuer le test ; false si l'agent ne doit pas effectuer le test.

[!REMARQUE]

Lorsque false est retourné, l'agent suppose que le plug-in a signalé un échec pour ce test et n'enregistre aucun résultat.Même si false est retourné, le plug-in déclenche encore un événement TestEnd pour ce test.

Sécurité .NET Framework

Voir aussi

Référence

ITestExecutionPlugin Interface

Microsoft.VisualStudio.TestTools.Execution, espace de noms

TestEnd

IDataCollectionRunContext