TestFixtureAttribute
                    public class TestFixtureAttribute : NUnitAttribute, IFixtureBuilder2, IFixtureBuilder, ITestFixtureData, ITestData
                
                Marks the class as a TestFixture.
            
                
The arguments originally provided to the attribute
            
The author of this fixture
            
Gets and sets the category for this fixture.
            May be a comma-separated list of categories.
            
Descriptive text for this fixture
            
Gets or sets a value indicating whether this  TestFixtureAttribute is explicit.
            
Gets or sets the ignore reason. May set RunState as a side effect.
            
Gets or sets the ignore reason. When set to a non-null
            non-empty value, the test is marked as ignored.
            
Properties pertaining to this fixture
            
Gets or sets the reason for not running the fixture.
            
Gets or sets the RunState of this test fixture.
            
Gets or sets the name of the test.
            
The type that this fixture is testing
            
Get or set the type arguments. If not set
            explicitly, any leading arguments that are
            Types are taken as type arguments.
            
public TestFixtureAttribute()
Default constructor
            
Construct with a object[] representing a set of arguments.
            The arguments may later be separated into type arguments and constructor arguments.
            
Builds a single test fixture from the specified type.
            
Builds a single test fixture from the specified type.