SetUpFixtureAttribute public class SetUpFixtureAttribute : NUnitAttribute, IFixtureBuilder Identifies a class as containing OneTimeSetUpAttribute or OneTimeTearDownAttribute methods for all the test fixtures under a given namespace. Documentation Code public SetUpFixtureAttribute() public IEnumerable<TestSuite> BuildFrom(ITypeInfo typeInfo) Builds a SetUpFixture from the specified type.