public interface ITestDataTreeNodes
Nodes
of a tree-type verification point.
Without this container class, the
generic property display does not know how to display the nodes.| Modifier and Type | Method and Description |
|---|---|
int |
getNodeCount()
Returns the number of nodes in the tree
hierarchy.
|
int |
getRootNodeCount()
Returns the number of root nodes.
|
ITestDataTreeNode[] |
getRootNodes()
Returns the root nodes of a tree structure.
|
ITestDataTree |
getTree()
This method returns the reference to tree.
|
void |
setRootNodes(ITestDataTreeNode[] rootNodes)
Sets the root nodes of a tree structure.
|
void |
setTree(ITestDataTree tree)
This method sets the reference to tree.
|
ITestDataTreeNode[] getRootNodes()
void setRootNodes(ITestDataTreeNode[] rootNodes)
int getRootNodeCount()
int getNodeCount()
void setTree(ITestDataTree tree)
ITestDataTree getTree()