NUnit.Framework.TestFixtureAttribute
public class TestFixtureAttribute : NUnitAttribute, IFixtureBuilder2, IFixtureBuilder, ITestFixtureData, ITestData
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.