Class OneTimeSetUpAttribute
Identifies a method that is called once to perform setup before any child tests are run.
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class OneTimeSetUpAttribute : NUnitAttribute
Constructors
View SourceOneTimeSetUpAttribute()
Declaration
public OneTimeSetUpAttribute()