NUnit.Framework.Internal.Commands.OneTimeTearDownCommand
OneTimeTearDownCommand performs any teardown actions
specified for a suite and calls Dispose on the user
test object, if any.
namespace NUnit.Framework.Internal.Commands
{
public class OneTimeTearDownCommand : AfterTestCommand
{
public OneTimeTearDownCommand(TestCommand innerCommand, SetUpTearDownItem setUpTearDownItem);
}
}