Class TestParameters

Description:

The TestParameters class is the collection class for TestParameter objects.

Interface Implementation:

Known Subclasses:

Method Summary:

Method:Definition:
Add Public Function Add(sName As String, vValue As Variant) As TestParameter
AddParameter Public Sub AddParameter(oParameter As TestParameter)
Count Public Property Get Count() As Long
Item Public Property Get Item(iIndex As Integer) As TestParameter
NewEnum Public Property Get NewEnum() As IUnknown

Methods:

Add

Definition:
Public Function Add(sName As String, vValue As Variant) As TestParameter
Description:
Creates a new TestParameter object and adds it to the collection.

AddParameter

Definition:
Public Sub AddParameter(oParameter As TestParameter)
Adds an instance of a TestParameter object to the collection

Item

Definition:
Public Function Item(sName As String) As TestParameter
Description:
Return a TestParameter object from the collection by name

Count

Definition:
Public Property Get Count() As Long
Description:
Return number of TestParameter objects in the collection.

NewEnum

Definition:
Public Property Get NewEnum() As IUnknown
Description:
Allows enumeration of the collection using For...Each