Table of Contents

Class TestFixture

Namespace
NUnit.Framework.Internal
Assembly
nunit.framework.dll

TestFixture is a surrogate for a user test fixture class, containing one or more tests.

public class TestFixture : TestSuite, ITest, IXmlNodeBuilder, IComparable
Inheritance
TestFixture
Implements
Inherited Members

Constructors

TestFixture(Type)

Initializes a new instance of the TestFixture class.

public TestFixture(Type fixtureType)

Parameters

fixtureType Type

Type of the fixture.