Sdílet prostřednictvím


DataCollectionEvents.TestCaseEnd – událost

Je aktivována po skončení zkušební případ.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
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>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataCollectionEvents Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů