Class SetUpAttribute
Identifies a method to be called immediately before each test is run.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class SetUpAttribute : NUnitAttribute
- Inheritance
-
SetUpAttribute
- Inherited Members
Constructors
SetUpAttribute()
public SetUpAttribute()