Table of Contents

Class FixtureBuilderAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

The abstract base class for all NUnit attributes that build fixtures. The derived class should implement IFixtureBuilder. It is not implemented by this class to allow for future fixture-building interfaces.

public abstract class FixtureBuilderAttribute : Attribute
Inheritance
FixtureBuilderAttribute
Derived
Inherited Members

Constructors

FixtureBuilderAttribute()

Default constructor

public FixtureBuilderAttribute()