Compartir a través de


DataCollectionEvents.TestCaseStart (Evento)

Se genera al iniciar un caso de prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
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>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

DataCollectionEvents Clase

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)