Поделиться через


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

Применяется к