共用方式為


TestFixture 建構函式

定義

多載

TestFixture(Type)

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

參數

fixtureType
Type

適用於

TestFixture(Type, Object[])

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

參數

fixtureType
Type
arguments
Object[]

適用於