Provides compatibility with MbUnit v2 test fixture set up.

Namespace:  MbUnit.Framework
Assembly:  MbUnit.Compatibility (in MbUnit.Compatibility.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[ObsoleteAttribute("Use the MbUnit v3 [FixtureSetUp] attribute instead.  This attribute has been renamed to be more general purpose.")]
public class TestFixtureSetUpAttribute : FixtureSetUpAttribute
Visual Basic (Declaration)
<ObsoleteAttribute("Use the MbUnit v3 [FixtureSetUp] attribute instead.  This attribute has been renamed to be more general purpose.")> _
Public Class TestFixtureSetUpAttribute _
	Inherits FixtureSetUpAttribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Gallio.Framework.Pattern..::.PatternAttribute
      Gallio.Framework.Pattern..::.DecoratorPatternAttribute
        Gallio.Framework.Pattern..::.ContributionMethodPatternAttribute
          MbUnit.Framework..::.FixtureSetUpAttribute
            MbUnit.Framework..::.TestFixtureSetUpAttribute

See Also