csUnit Class Library

TearDownAttribute Class

A method tagged with the TearDownAttribute will be called immediately after the execution of each single test. The method must have the type 'public void' and must not take any parameter.

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

System.Object
   Attribute
      TearDownAttribute

public class TearDownAttribute : Attribute

Requirements

Namespace: csUnit Namespace

Assembly: csUnit.dll

See Also

TearDownAttribute Members | csUnit Namespace