A test type decorator pattern attribute applies decorations to an existing test declared at the type-level.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Gallio.Framework.Pattern..::.PatternAttribute
      Gallio.Framework.Pattern..::.DecoratorPatternAttribute
        Gallio.Framework.Pattern..::.TestTypeDecoratorPatternAttribute

See Also