csUnit Class Library

FixtureSetUpAttribute Class

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

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

System.Object
   Attribute
      FixtureSetUpAttribute

public class FixtureSetUpAttribute : Attribute

Remarks

If you need a set up immediately before each test, use the attribute SetUpAttribute instead.

Requirements

Namespace: csUnit Namespace

Assembly: csUnit.dll

See Also

FixtureSetUpAttribute Members | csUnit Namespace