Class TestParameter

Description:

The TestParameter class is used to hold parameter information that is to be used by the test cases. The TestParameter class enables the construction of a hierarchy of parameter data where each object holds a name/value data and an optional collection of child parameters.

Interface Implementation:

Known Subclasses:

Method Summary:

Method:Definition:
Name Public Property Get Name() As String
Public Property Let Name(sName As String)
Parameters Public Property Get Parameters() As TestParameters
Public Property Set Parameters(colParameters As TestParameters)
Value Public Property Get Value() As Variant
Public Property Let Value(vValue As Variant)

Methods:

Name

Definition:
Public Property Get Name() As String
Public Property Let Name(sName As String)
Description:
Get/Set the name for the parameter

Value

Definition:
Public Property Get Value() As Variant
Public Property Let Value(vValue As Variant)
Description:
Get/Set the value for the parameter

Parameters

Definition:
Public Property Get Parameters() As TestParameters
Public Property Set Parameters(colParameters As TestParameters)
Description:
Get/Set the child parameters associated with this parameter object