Table of Contents

Class OneTimeSetUpAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

Attribute used to identify 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
Derived
Inherited Members

Constructors

OneTimeSetUpAttribute()

public OneTimeSetUpAttribute()