Class SetUpAttribute
Identifies a method to be called immediately before each test is run.
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class SetUpAttribute : NUnitAttribute
Constructors
View SourceSetUpAttribute()
Declaration
public SetUpAttribute()