TestFixtureAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TestFixtureAttribute() |
Default constructor |
TestFixtureAttribute(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. |
TestFixtureAttribute()
Default constructor
public TestFixtureAttribute();
Applies to
TestFixtureAttribute(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.
public TestFixtureAttribute(params object[] arguments);
new NUnit.Framework.TestFixtureAttribute : obj[] -> NUnit.Framework.TestFixtureAttribute
Parameters
- arguments
- Object[]