The members of NUnit.Framework.TestFixtureAttribute are listed below.
See Also: Inherited members from NUnit.Framework.NUnitAttribute
| Default constructor | ||
TestFixtureAttribute(params object[]) | 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. |
| [read-only] | Arguments | object[]. The arguments originally provided to the attribute |
| [read-only] | Categories | IList. Documentation for this section has not yet been entered. |
| Category | string. Documentation for this section has not yet been entered. | |
| Description | string. Descriptive text for this fixture | |
| Ignore | bool. Gets or sets a value indicating whether this NUnit.Framework.TestFixtureAttribute should be ignored. | |
| IgnoreReason | string. Gets or sets the ignore reason. May set Ignored as a side effect. | |
| TypeArgs | Type[]. Get or set the type arguments. If not set explicitly, any leading arguments that are Types are taken as type arguments. |
ApplyToTest(NUnit.Framework.Internal.Test)Documentation for this section has not yet been entered. | ||