Class XMLAssertionGui

    • Constructor Detail

      • XMLAssertionGui

        public XMLAssertionGui()
        The constructor.
    • Method Detail

      • getLabelResource

        public String getLabelResource()
        Returns the label to be shown within the JTree-Component.
        Returns:
        the resource name
      • createTestElement

        public TestElement createTestElement()
        Description copied from interface: JMeterGUIComponent
        JMeter test components are separated into a model and a GUI representation. The model holds the data and the GUI displays it. The GUI class is responsible for knowing how to create and initialize with data the model class that it knows how to display, and this method is called when new test elements are created.
        Returns:
        the Test Element object that the GUI component represents.