Evento DataCollectionEvents.TestCaseStart
Gerado quando um caso de teste é iniciado.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxe
'Declaração
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>
O JScript não oferece suporte a eventos.
Segurança do .NET Framework
- 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ódigo parcialmente confiáveis.