A decorator attribute applies contributions to a test component in scope
such as a test or test parameter generated by some other pattern attribute.
Namespace:
Gallio.Framework.PatternAssembly: Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.356.0)
Syntax
| C# |
|---|
public abstract class DecoratorPatternAttribute : PatternAttribute |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class DecoratorPatternAttribute _ Inherits PatternAttribute |
Remarks
Occasionally the order in which decorators are applied is significant so this type provides a Order property to specify an explicit ordering when required. All decorators that apply to a given test component declaration are applied in increasing Order.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.ContributionMethodPatternAttribute
Gallio.Framework.Pattern..::.DataPatternAttribute
Gallio.Framework.Pattern..::.TestAssemblyDecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestMethodDecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestParameterDecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestTypeDecoratorPatternAttribute
MbUnit.Framework..::.ExtensionPointPatternAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.ContributionMethodPatternAttribute
Gallio.Framework.Pattern..::.DataPatternAttribute
Gallio.Framework.Pattern..::.TestAssemblyDecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestMethodDecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestParameterDecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestTypeDecoratorPatternAttribute
MbUnit.Framework..::.ExtensionPointPatternAttribute
