Condividi tramite


TestFixture Costruttori

Definizione

Overload

TestFixture(Type)

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

Parametri

fixtureType
Type

Si applica a

TestFixture(Type, Object[])

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

Parametri

fixtureType
Type
arguments
Object[]

Si applica a