Specifies the default test case timeout for all tests in the test assembly.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public class DefaultTestCaseTimeoutAttribute : TestAssemblyDecoratorPatternAttribute |
| Visual Basic (Declaration) |
|---|
Public Class DefaultTestCaseTimeoutAttribute _ Inherits TestAssemblyDecoratorPatternAttribute |
Remarks
Defaults to 10 minutes.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestAssemblyDecoratorPatternAttribute
MbUnit.Framework..::.DefaultTestCaseTimeoutAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestAssemblyDecoratorPatternAttribute
MbUnit.Framework..::.DefaultTestCaseTimeoutAttribute
