Table of Contents

Class SetUpFixture

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

SetUpFixture extends TestSuite and supports Setup and TearDown methods.

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

Constructors

SetUpFixture(Type)

Initializes a new instance of the SetUpFixture class.

public SetUpFixture(Type type)

Parameters

type Type

The type.