Partilhar via


Evento LoadTest.TestFinished

Ocorre quando uma iteração de um dos testes contidos dentro do teste de carga é concluído.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintaxe

'Declaração
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 não oferece suporte a eventos.

Comentários

TestFinishedEventArgs contém o TestIterationResult objeto para o teste está terminando.

Para obter mais informações sobre como manipular eventos, consulte Consuming Events.

Segurança do .NET Framework

Consulte também

Referência

LoadTest Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting