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