Declares that a method represents a test.
Namespace:
Gallio.Framework.PatternAssembly: Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.528.0)
Syntax
| C# |
|---|
public abstract class TestMethodPatternAttribute : PatternAttribute |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class TestMethodPatternAttribute _ Inherits PatternAttribute |
Remarks
Subclasses of this attribute can control what happens with the method.
At most one attribute of this type may appear on any given method.
A test method has a timeout of 10 minutes by default.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.TestMethodPatternAttribute
MbUnit.Framework..::.DynamicTestFactoryAttribute
MbUnit.Framework..::.TestAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.TestMethodPatternAttribute
MbUnit.Framework..::.DynamicTestFactoryAttribute
MbUnit.Framework..::.TestAttribute
