com.rational.test.ft.vp

Interface ITestDataTree

  • All Superinterfaces:
    ITestData


    public interface ITestDataTree
    extends ITestData
    The base-level tree verification-point interface. This interface represents a property set and entry points to the tree nodes.
    Since:
    RFT1.0
    • Method Detail

      • getTreeNodes

        ITestDataTreeNodes getTreeNodes()
        Returns the nodes of a tree structure.
        Since:
        RFT1.0
      • setTreeNodes

        void setTreeNodes(ITestDataTreeNodes treeNodes)
        Sets the nodes of a tree structure.
        Since:
        RFT1.0
      • getOrdered

        boolean getOrdered()
        Returns the setting of the Ordered property.
        Since:
        RFT2.1
      • setOrdered

        void setOrdered(boolean ordered)
        Sets the tree to be compared in either an ordered or unordered fashion. The default is to compare the tree in an ordered fashion, that is, with a property setting of true. However, if the order in the tree is not important, call this method with false.
        Parameters:
        ordered - the setting for the property