This is the base class for attributes that can decorate fixtures.

Namespace:  MbUnit.Core.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public abstract class FixtureDecoratorPatternAttribute : PatternAttribute
Visual Basic (Declaration)
Public MustInherit Class FixtureDecoratorPatternAttribute _
	Inherits PatternAttribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    MbUnit.Core.Framework..::.PatternAttribute
      MbUnit.Core.Framework..::.FixtureDecoratorPatternAttribute
        MbUnit.Framework..::.ProviderFixtureDecoratorPatternAttribute

See Also