Compartir a través de


TestFixtureAttribute Constructores

Definición

Sobrecargas

TestFixtureAttribute()

Constructor predeterminado

TestFixtureAttribute(Object[])

Construir con un objeto[] que representa un conjunto de argumentos. En .NET 2.0, los argumentos se pueden separar posteriormente en argumentos de tipo y argumentos de constructor.

TestFixtureAttribute()

Constructor predeterminado

public TestFixtureAttribute ();

Se aplica a

TestFixtureAttribute(Object[])

Construir con un objeto[] que representa un conjunto de argumentos. En .NET 2.0, los argumentos se pueden separar posteriormente en argumentos de tipo y argumentos de constructor.

public TestFixtureAttribute (params object[] arguments);
new NUnit.Framework.TestFixtureAttribute : obj[] -> NUnit.Framework.TestFixtureAttribute

Parámetros

arguments
Object[]

Se aplica a