Declares that a constructor is used to provide test fixture parameters.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.528.0)

Syntax

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

Remarks

Subclasses of this attribute can control what happens with the constructor.

At most one attribute of this type may appear on any given constructor.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Gallio.Framework.Pattern..::.PatternAttribute
      Gallio.Framework.Pattern..::.TestConstructorPatternAttribute

See Also