Describes a test suite 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 TestSuite : TestDefinition |
| Visual Basic (Declaration) |
|---|
Public Class TestSuite _ Inherits TestDefinition |
Remarks
A test suite has no timeout 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..::.TestSuite
MbUnit.Framework..::.Test
MbUnit.Framework..::.TestDefinition
MbUnit.Framework..::.TestSuite
