A test parameter describes a formal parameter of a Name
to which a value may be bound and used during test execution.
Namespace:
Gallio.Model.TreeAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public class TestParameter : TestComponent |
| Visual Basic (Declaration) |
|---|
Public Class TestParameter _ Inherits TestComponent |
Remarks
The TestComponent property of a test parameter should be unique among the set parameters belonging to its Test to ensure that it can be differentiated from others. However, this constraint is not enforced.
Inheritance Hierarchy
System..::.Object
Gallio.Model.Tree..::.TestComponent
Gallio.Model.Tree..::.TestParameter
Gallio.Framework.Pattern..::.PatternTestParameter
Gallio.Model.Tree..::.TestComponent
Gallio.Model.Tree..::.TestParameter
Gallio.Framework.Pattern..::.PatternTestParameter
