Interface DslTestElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.jorphan.collections.HashTree buildTreeUnder​(org.apache.jorphan.collections.HashTree parent, BuildTreeContext context)
      Builds the JMeter HashTree for this TestElement under the provided tree node.
      void showInGui()
      Shows the test element in it's defined GUI in a popup window.
    • Method Detail

      • buildTreeUnder

        org.apache.jorphan.collections.HashTree buildTreeUnder​(org.apache.jorphan.collections.HashTree parent,
                                                               BuildTreeContext context)
        Builds the JMeter HashTree for this TestElement under the provided tree node.
        Parameters:
        parent - the node which will be the parent for the created tree.
        context - context information which contains information shared by elements while building the test plan tree (eg: adding additional items to test plan when a particular protocol element is added).
        Returns:
        The tree created under the parent node.
        Since:
        0.17
      • showInGui

        void showInGui()
        Shows the test element in it's defined GUI in a popup window. This might be handy to visualize the element as it looks in JMeter GUI.
        Since:
        0.18