Evento LoadTest.TestFinished
Ocorre quando termina de uma iteração de um dos testes contidos no teste de carga.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Sintaxe
Public Event TestFinished As EventHandler(Of TestFinishedEventArgs)
Dim instance As LoadTest
Dim handler As EventHandler(Of TestFinishedEventArgs)
AddHandler instance.TestFinished, handler
public event EventHandler<TestFinishedEventArgs> TestFinished
public:
event EventHandler<TestFinishedEventArgs^>^ TestFinished {
void add (EventHandler<TestFinishedEventArgs^>^ value);
void remove (EventHandler<TestFinishedEventArgs^>^ value);
}
O 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 lidar com eventos, consulte Consumindo Eventos.
Permissões
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de códigos parcialmente Confiável.