Declares that a type represents a test.
Namespace:
Gallio.Framework.PatternAssembly: 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
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.TestTypePatternAttribute
MbUnit.Framework..::.AssemblyFixtureAttribute
MbUnit.Framework..::.TestFixtureAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.TestTypePatternAttribute
MbUnit.Framework..::.AssemblyFixtureAttribute
MbUnit.Framework..::.TestFixtureAttribute
