Partager via


LoadTest.TestFinished, événement

Mise à jour : novembre 2007

Se produit lorsqu'une itération de l'un des tests contenus dans le test de charge se termine.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

Public Event TestFinished As EventHandler(Of TestFinishedEventArgs)

Dim instance As LoadTest
Dim handler As EventHandler(Of TestFinishedEventArgs)

AddHandler instance.TestFinished, handler
public event EventHandler<TestFinishedEventArgs> TestFinished
public:
 event EventHandler<TestFinishedEventArgs^>^ TestFinished {
    void add (EventHandler<TestFinishedEventArgs^>^ value);
    void remove (EventHandler<TestFinishedEventArgs^>^ value);
}
JScript ne prend pas en charge les événements.

Notes

TestFinishedEventArgs contient l'objet TestIterationResult pour le test qui se termine.

Pour plus d'informations sur la gestion d'événements, consultez Consommation d'événements.

Autorisations

Voir aussi

Référence

LoadTest, classe

Membres LoadTest

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms