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
   System.Attribute
      csUnit.TearDownAttribute

public class TearDownAttribute : 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.

Requirements

Namespace: csUnit

Assembly: csUnit (in csUnit.dll)

See Also

TearDownAttribute Members | csUnit Namespace