Table of Contents

Class TestFixtureSetUpAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

Attribute used to identify a method that is called before any tests in a fixture are run.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
[Obsolete("Use OneTimeSetUpAttribute")]
public class TestFixtureSetUpAttribute : OneTimeSetUpAttribute
Inheritance
TestFixtureSetUpAttribute
Inherited Members

Constructors

TestFixtureSetUpAttribute()

public TestFixtureSetUpAttribute()