NUnit.Framework.TestFixtureAttribute Members

The members of NUnit.Framework.TestFixtureAttribute are listed below.

See Also: Inherited members from NUnit.Framework.NUnitAttribute

Public Constructors

Default constructor
Construct with a object[] representing a set of arguments. In .NET 2.0, the arguments may later be separated into type arguments and constructor arguments.

Public Properties

[read-only]
Argumentsobject[]. The arguments originally provided to the attribute
[read-only]
CategoriesIList. Documentation for this section has not yet been entered.
Categorystring. Documentation for this section has not yet been entered.
Descriptionstring. Descriptive text for this fixture
Ignorebool. Gets or sets a value indicating whether this NUnit.Framework.TestFixtureAttribute should be ignored.
IgnoreReasonstring. Gets or sets the ignore reason. May set Ignored as a side effect.
TypeArgsType[]. Get or set the type arguments. If not set explicitly, any leading arguments that are Types are taken as type arguments.

Public Methods

ApplyToTest(NUnit.Framework.Internal.Test)
Documentation for this section has not yet been entered.