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.
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) |