DataCollectionEvents.TestCaseEnd Event

Raised when a test case ends.

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

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

DataCollectionEvents Class

Microsoft.VisualStudio.TestTools.Execution Namespace