Partager via


TestFixture Constructeurs

Définition

Surcharges

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

TestFixture(Type)

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

Paramètres

fixtureType
Type

S’applique à

TestFixture(Type, Object[])

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

Paramètres

fixtureType
Type
arguments
Object[]

S’applique à