LoadTest.TestStarting, événement
Se produit lorsqu'une itération de l'un des tests contenus dans le test de charge démarre.
Espace de noms : Microsoft.VisualStudio.TestTools.LoadTesting
Assembly : Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntaxe
'Déclaration
Public Event TestStarting As EventHandler(Of TestStartingEventArgs)
public event EventHandler<TestStartingEventArgs> TestStarting
public:
event EventHandler<TestStartingEventArgs^>^ TestStarting {
void add (EventHandler<TestStartingEventArgs^>^ value);
void remove (EventHandler<TestStartingEventArgs^>^ value);
}
member TestStarting : IEvent<EventHandler<TestStartingEventArgs>,
TestStartingEventArgs>
JScript ne prend pas en charge les événements.
Notes
TestStartingEventArgs contient une référence au test qui démarre et le LoadTestScenario dans lequel il démarre.
Pour plus d'informations sur la gestion d'événements, consultez Consommation d'événements.
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.LoadTesting, espace de noms