NUnit.Framework.Internal.Commands.OneTimeSetUpCommand
OneTimeSetUpCommand runs any one-time setup methods for a suite,
constructing the user test object if necessary.
namespace NUnit.Framework.Internal.Commands
{
public class OneTimeSetUpCommand : BeforeTestCommand
{
public OneTimeSetUpCommand(TestCommand innerCommand, SetUpTearDownItem setUpTearDown);
}
}