TestFixture 构造函数

定义

重载

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

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

适用于