Compartir a través de


TestFixture Constructores

Definición

Sobrecargas

TestFixture(Type)
TestFixture(Type, Object[])

TestFixture(Type)

public TestFixture (Type fixtureType);
new NUnit.Framework.Internal.TestFixture : Type -> NUnit.Framework.Internal.TestFixture

Parámetros

fixtureType
Type

Se aplica a

TestFixture(Type, Object[])

public TestFixture (Type fixtureType, object[] arguments);
new NUnit.Framework.Internal.TestFixture : Type * obj[] -> NUnit.Framework.Internal.TestFixture

Parámetros

fixtureType
Type
arguments
Object[]

Se aplica a