Declares that an assembly generates an assembly-level test.

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

Syntax

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

Remarks

Subclasses of this attribute can customize how test enumeration takes place within the assembly.

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

Inheritance Hierarchy

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

See Also