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

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

Remarks

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

Requirements

Namespace: csUnit

Assembly: csUnit (in csUnit.dll)

See Also

FixtureSetUpAttribute Members | csUnit Namespace