A test parameter decorator pattern attribute applies decorations to an existing PatternTestParameter.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Gallio.Framework.Pattern..::.PatternAttribute
      Gallio.Framework.Pattern..::.DecoratorPatternAttribute
        Gallio.Framework.Pattern..::.TestParameterDecoratorPatternAttribute
          MbUnit.Framework..::.BindAttribute

See Also