NUnit.Framework.OneTimeSetUpAttribute
Identifies a method that is called once to perform setup before any child tests are run.
namespace NUnit.Framework
{
public class OneTimeSetUpAttribute : NUnitAttribute
{
public OneTimeSetUpAttribute();
}
}