Sdílet prostřednictvím


DataCollectionEvents.TestCaseStart – událost

Je aktivována při spuštění testovacího případu.

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

Syntaxe

'Deklarace
Public MustOverride Event TestCaseStart As EventHandler(Of TestCaseStartEventArgs)
public abstract event EventHandler<TestCaseStartEventArgs> TestCaseStart
public:
virtual  event EventHandler<TestCaseStartEventArgs^>^ TestCaseStart {
    void add (EventHandler<TestCaseStartEventArgs^>^ value);
    void remove (EventHandler<TestCaseStartEventArgs^>^ value);
}
abstract TestCaseStart : IEvent<EventHandler<TestCaseStartEventArgs>,
    TestCaseStartEventArgs>
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ů