SetUpFixtureAttribute
Attribute used to identify a class that contains
OneTimeSetUpAttribute or OneTimeTearDownAttribute
methods for all the test fixtures under a given namespace.
public SetUpFixtureAttribute()
Build a SetUpFixture from type provided. Normally called for a Type
on which the attribute has been placed.