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.Pattern
Assembly:  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

See Also