Describes a test case generated either at test exploration time or at test
execution time by a test factory.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public class TestCase : TestDefinition |
| Visual Basic (Declaration) |
|---|
Public Class TestCase _ Inherits TestDefinition |
Remarks
A test case has a timeout of 10 minutes by default. This may be changed setting the Timeout property.
Refer to the examples on the Test class for more information.
Inheritance Hierarchy
System..::.Object
MbUnit.Framework..::.Test
MbUnit.Framework..::.TestDefinition
MbUnit.Framework..::.TestCase
MbUnit.Framework..::.Test
MbUnit.Framework..::.TestDefinition
MbUnit.Framework..::.TestCase
