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
   Attribute
      FixtureTearDownAttribute

public class FixtureTearDownAttribute : Attribute

Remarks

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

Requirements

Namespace: csUnit Namespace

Assembly: csUnit.dll

See Also

FixtureTearDownAttribute Members | csUnit Namespace