A test decorator pattern attribute applies decorations to an
existing test declared at the method-level.
Namespace:
Gallio.Framework.PatternAssembly: 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
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestMethodDecoratorPatternAttribute
MbUnit.Framework..::.ExpectedExceptionAttribute
MbUnit.Framework..::.MultipleAssertsAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestMethodDecoratorPatternAttribute
MbUnit.Framework..::.ExpectedExceptionAttribute
MbUnit.Framework..::.MultipleAssertsAttribute
