Evento DataCollectionEvents.TestCaseEnd

Gerado quando um caso de teste termina.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

DataCollectionEvents Classe

Namespace Microsoft.VisualStudio.TestTools.Execution