TestFixtureAttribute Constructors

Definition

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[]

Applies to