TestLibraries Collection

Description

A collection that represents the top part of the Resources pane of the Test Settings or Business Component Settings dialog box, which enables you to specify the function library files associated with the current test or component.

Example

Public Methods

Public Method AddAdds a library file to the specified position in the collection.
Public Method FindFinds the position of the specified library file.
Public Method MoveToPosMoves the library file entry from the current position to the specified new position.
Public Method RemoveAlternatively, you can specify the path you want to remove as a string.
Public Method RemoveAllRemoves all the function library files from the list.
Public Method SetAsDefaultSets the function library files associated with the current test as the default files for all new tests.

Public Properties

Public Property CountThe number of function library files in the collection.
Public Property ItemReturns the library file located in the specified position.