Compartir a través de


LoadTest.TestFinished (Evento)

Aparece cuando finaliza una iteración de una de las pruebas contenidas dentro de la prueba de carga.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.LoadTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (en Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintaxis

'Declaración
Public Event TestFinished As EventHandler(Of TestFinishedEventArgs)
public event EventHandler<TestFinishedEventArgs> TestFinished
public:
 event EventHandler<TestFinishedEventArgs^>^ TestFinished {
    void add (EventHandler<TestFinishedEventArgs^>^ value);
    void remove (EventHandler<TestFinishedEventArgs^>^ value);
}
member TestFinished : IEvent<EventHandler<TestFinishedEventArgs>,
    TestFinishedEventArgs>
JScript no admite eventos.

Comentarios

El objeto TestFinishedEventArgs contiene el objeto TestIterationResult para la prueba que está finalizando.

Para obtener más información acerca de cómo controlar eventos, vea Utilizar eventos.

Seguridad de .NET Framework

Vea también

Referencia

LoadTest Clase

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