Class OneTimeTearDownAttribute
Attribute used to identify a method that is called once after all the child tests have run. The method is guaranteed to be called, even if an exception is thrown.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class OneTimeTearDownAttribute : NUnitAttribute
- Inheritance
-
OneTimeTearDownAttribute
- Derived
- Inherited Members
Constructors
OneTimeTearDownAttribute()
public OneTimeTearDownAttribute()