Table of Contents

Class SetUpAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

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