Declares that a field, property, method parameter or generic parameter
represents a PatternTestParameter.
Namespace:
Gallio.Framework.PatternAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public abstract class TestParameterPatternAttribute : PatternAttribute |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class TestParameterPatternAttribute _ Inherits PatternAttribute |
Remarks
Subclasses of this attribute can control what happens with the parameter.
At most one attribute of this type may appear on any given property, field or parameter declaration.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.TestParameterPatternAttribute
MbUnit.Framework..::.ParameterAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.TestParameterPatternAttribute
MbUnit.Framework..::.ParameterAttribute
