TestSetFolder Object
Description
Deprecated. Use TestLabFolder. Manages the tests and test sets included in a particular test set folder.
Remarks
Get a TestSetFolder object from the TestSetTreeManager.
Interfaces
Implemented InterfaceDescription
IObjectLockingSupportServices to support locking objects for editing. This interface is not used for version control.
ISupportCopyPaste4Services for supporting copy and paste.
Public Methods
Public Method AddNodeAdds a new child node.
Public Method AddNodeDispAdds a new child node.
Public Method FindChildNodeFinds a child node by node name.
Public Method FindChildrenFinds node children according to specified search pattern.
Public Method FindTestInstancesGets the list of test instances in all test sets in given folder and its subfolders that match the specified pattern.
Public Method FindTestSetsGets the list of test sets contained in the folder that match the specified pattern.
Public Method LockObjectLocks the object. Returns True if the object has been changed on the server.
Public Method MoveMoves folder node under new father.
Public Method NewListGets a list of the node's immediate children.
Public Method PostPosts all changed values to the database.
Public Method RefreshReads the saved node data, overwriting values in memory.
Public Method RemoveNodeDeletes the specified node.
Public Method RemoveNodeExDeletes a test set folder node.
Public Method UnLockObjectUnlocks the object.
Public Properties
Public Property AttachmentsThe folder's AttachmentFactory object.
Public Property AttributeGets the node attribute.
Public Property ChildGets a sub-folder of the current folder.
Public Property CountThe number of child nodes.
Public Property DepthTypeThe sub-tree depth type.
Public Property DescriptionThe test set folder description.
Public Property FatherThe current folder's parent folder.
Public Property FatherDispThe parent node.
Public Property FatherIDThe unique parent ID.
Public Property FolderFieldsReturns the list of fields of the test set folder.
Public Property HasAttachmentChecks if this folder has at least one attachment.
Public Property IsLockedChecks if object is locked for editing.
Public Property NameThe node name.
Public Property NodeIDThe node ID number.
Public Property PathThe folder tree path starting from the tree root.
Public Property SubNodesThe list of child nodes.
Public Property TargetCycleThe cycle to which the folder is assigned.
Public Property TestSetFactoryGets the TestSetFactory for the folder.
Public Property TestSetFilterThe filter on the test set objects in the tree.
Public Property ViewOrderThe index of this folder in its parent's list of sub-nodes.
See Also