NUnit.Framework.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.
namespace NUnit.Framework
{
public class OneTimeTearDownAttribute : NUnitAttribute
{
public OneTimeTearDownAttribute();
}
}