Compartilhar via


TestFixture Construtores

Definição

Sobrecargas

TestFixture(Type)

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

Parâmetros

fixtureType
Type

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

Aplica-se a