Class OneTimeTearDownAttribute
Identifies a method to be called once after all the child tests have run. The method is guaranteed to be called, even if an exception is thrown.
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class OneTimeTearDownAttribute : NUnitAttribute
Constructors
View SourceOneTimeTearDownAttribute()
Declaration
public OneTimeTearDownAttribute()