ITestAdapter.PreTestRunFinished, méthode
Appelée lorsqu'une série de tests est terminée pour autoriser le nettoyage par les adaptateurs de test.
Espace de noms : Microsoft.VisualStudio.TestTools.TestAdapter
Assembly : Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Déclaration
Sub PreTestRunFinished ( _
runContext As IRunContext _
)
void PreTestRunFinished(
IRunContext runContext
)
void PreTestRunFinished(
IRunContext^ runContext
)
abstract PreTestRunFinished :
runContext:IRunContext -> unit
function PreTestRunFinished(
runContext : IRunContext
)
Paramètres
- runContext
Type : Microsoft.VisualStudio.TestTools.Execution.IRunContext
Contexte pour la série de tests.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.TestAdapter, espace de noms