Table of Contents

Class OneTimeSetUpAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

Identifies a method that is called once to perform setup before any child tests are run.

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

Constructors

OneTimeSetUpAttribute()

public OneTimeSetUpAttribute()