Table of Contents

Class TearDownAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

Attribute used to identify a method that is called immediately after each test is run. The method is guaranteed to be called, even if an exception is thrown.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class TearDownAttribute : NUnitAttribute
Inheritance
TearDownAttribute
Inherited Members

Constructors

TearDownAttribute()

public TearDownAttribute()