Table of Contents

Class PostTestAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

Attribute used to mark a class that contains one-time SetUp and/or TearDown methods that apply to all the tests in a namespace or an assembly.

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

Constructors

PostTestAttribute()

public PostTestAttribute()