LoadTest.TestFinished, événement
Se produit quand 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
'Déclaration
Public Event TestFinished As EventHandler(Of TestFinishedEventArgs)
public event EventHandler<TestFinishedEventArgs> TestFinished
public:
event EventHandler<TestFinishedEventArgs^>^ TestFinished {
void add (EventHandler<TestFinishedEventArgs^>^ value);
void remove (EventHandler<TestFinishedEventArgs^>^ value);
}
member TestFinished : IEvent<EventHandler<TestFinishedEventArgs>,
TestFinishedEventArgs>
JScript ne prend pas en charge les événements.
Notes
TestFinishedEventArgs contient le TestIterationResult objet pour le test qui se termine.
Pour plus d'informations sur la façon de gérer les événements, consultez Consuming Events.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms