Evento TestExecution.BeforeAssemblyCleanup

Ocorre antes que o assembly inicia a limpeza.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (em Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxe

'Declaração
Public MustOverride Event BeforeAssemblyCleanup As EventHandler(Of BeforeAssemblyCleanupEventArgs)
public abstract event EventHandler<BeforeAssemblyCleanupEventArgs> BeforeAssemblyCleanup
public:
virtual  event EventHandler<BeforeAssemblyCleanupEventArgs^>^ BeforeAssemblyCleanup {
    void add (EventHandler<BeforeAssemblyCleanupEventArgs^>^ value);
    void remove (EventHandler<BeforeAssemblyCleanupEventArgs^>^ value);
}
abstract BeforeAssemblyCleanup : IEvent<EventHandler<BeforeAssemblyCleanupEventArgs>,
    BeforeAssemblyCleanupEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

TestExecution Classe

Namespace Microsoft.VisualStudio.TestTools.UnitTesting