Sdílet prostřednictvím


TestExecution.BeforeTestCleanup – událost

Vyvolá se před zahájením zkoušky vyčištění.

Obor názvů:  Microsoft.VisualStudio.TestTools.UnitTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (v Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Deklarace
Public MustOverride Event BeforeTestCleanup As EventHandler(Of BeforeTestCleanupEventArgs)
public abstract event EventHandler<BeforeTestCleanupEventArgs> BeforeTestCleanup
public:
virtual   event EventHandler<BeforeTestCleanupEventArgs^>^ BeforeTestCleanup {
    void add (EventHandler<BeforeTestCleanupEventArgs^>^ value);
    void remove (EventHandler<BeforeTestCleanupEventArgs^>^ value);
}
abstract BeforeTestCleanup : IEvent<EventHandler<BeforeTestCleanupEventArgs>,
    BeforeTestCleanupEventArgs>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestExecution Třída

Microsoft.VisualStudio.TestTools.UnitTesting – obor názvů