A test decorator pattern attribute applies decorations to a test defined by an assembly, type, or method.

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

Syntax

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

Inheritance Hierarchy

See Also