NamespaceTreeBuilder
Class that can build a tree of automatic namespace
suites from a group of fixtures.
using System;
using System;
namespace NUnit.Framework
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class OneTimeTearDownAttribute : NUnitAttribute
{
}
}