csUnit Class Library

SetUpAttribute Class

A method in a test fixture tagged with the SetUpAttribute will be executed immediately before each test. The method must have the type 'public void' and it must no take any parameters.

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

System.Object
   Attribute
      SetUpAttribute

public class SetUpAttribute : Attribute

Requirements

Namespace: csUnit Namespace

Assembly: csUnit.dll

See Also

SetUpAttribute Members | csUnit Namespace