Class OneTimeSetUpAttribute
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()