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

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

Syntax

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

Inheritance Hierarchy

See Also