Compartir a través de


DataCollectionEvents.TestCaseReset (Evento)

Se genera al restablecer 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 TestCaseReset As EventHandler(Of TestCaseResetEventArgs)
public abstract event EventHandler<TestCaseResetEventArgs> TestCaseReset
public:
virtual  event EventHandler<TestCaseResetEventArgs^>^ TestCaseReset {
    void add (EventHandler<TestCaseResetEventArgs^>^ value);
    void remove (EventHandler<TestCaseResetEventArgs^>^ value);
}
abstract TestCaseReset : IEvent<EventHandler<TestCaseResetEventArgs>,
    TestCaseResetEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

DataCollectionEvents Clase

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