다음을 통해 공유


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

적용 대상