TearDownAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class TearDownAttribute : NUnit.Framework.NUnitAttribute
type TearDownAttribute = class
inherit NUnitAttribute
- Inheritance
- Attributes
Constructors
TearDownAttribute() |