NUnit.Framework.SetUpAttribute
Identifies a method to be called immediately before each test is run.
namespace NUnit.Framework
{
public class SetUpAttribute : NUnitAttribute
{
public SetUpAttribute();
}
}