Specifies the default test case timeout for all tests in the test assembly.

Namespace:  MbUnit.Framework
Assembly:  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

See Also