Declares that a type represents a test.

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

Syntax

C#
public class TestTypePatternAttribute : PatternAttribute
Visual Basic (Declaration)
Public Class TestTypePatternAttribute _
	Inherits PatternAttribute

Remarks

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

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

A test type has no timeout by default.

Inheritance Hierarchy

See Also