csUnit Class Library

FixtureTearDownAttribute Class

A method in a test fixture tagged with the FixtureTearDownAttribute will be called once after running all the tests in the test fixture.

For a list of all members of this type, see FixtureTearDownAttribute Members.

System.Object
   System.Attribute
      csUnit.FixtureTearDownAttribute

public class FixtureTearDownAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

If you need a tear down immediately after each test, use the attribute TearDownAttribute instead.

Requirements

Namespace: csUnit

Assembly: csUnit (in csUnit.dll)

See Also

FixtureTearDownAttribute Members | csUnit Namespace