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

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Gallio.Framework.Pattern..::.PatternAttribute
      Gallio.Framework.Pattern..::.DecoratorPatternAttribute
        Gallio.Framework.Pattern..::.TestAssemblyDecoratorPatternAttribute
          MbUnit.Framework..::.DefaultTestCaseTimeoutAttribute
          MbUnit.Framework..::.DegreeOfParallelismAttribute

See Also