Partager via


DataCollectionEvents.TestCaseEnd, événement

Déclenché lorsqu'un cas de test se termine.

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

Syntaxe

'Déclaration
Public MustOverride Event TestCaseEnd As EventHandler(Of TestCaseEndEventArgs)
public abstract event EventHandler<TestCaseEndEventArgs> TestCaseEnd
public:
virtual  event EventHandler<TestCaseEndEventArgs^>^ TestCaseEnd {
    void add (EventHandler<TestCaseEndEventArgs^>^ value);
    void remove (EventHandler<TestCaseEndEventArgs^>^ value);
}
abstract TestCaseEnd : IEvent<EventHandler<TestCaseEndEventArgs>,
    TestCaseEndEventArgs>
JScript ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

DataCollectionEvents Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms