Class XMLSchemaAssertionGUI

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ClearGui, JMeterGUIComponent, Printable

public class XMLSchemaAssertionGUI extends AbstractAssertionGui
XMLSchemaAssertionGUI.java
See Also:
  • Constructor Details

    • XMLSchemaAssertionGUI

      public XMLSchemaAssertionGUI()
      The constructor.
  • Method Details

    • getLabelResource

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

      public org.apache.jmeter.testelement.TestElement createTestElement()
      create Test Element
      Returns:
      the Test Element object that the GUI component represents.
    • modifyTestElement

      public void modifyTestElement(org.apache.jmeter.testelement.TestElement inElement)
      Modifies a given TestElement to mirror the data in the gui components.
      Parameters:
      inElement - the TestElement to modify
      See Also:
    • clearGui

      public void clearGui()
      Implements JMeterGUIComponent.clearGui
      Specified by:
      clearGui in interface ClearGui
      Overrides:
      clearGui in class AbstractScopedJMeterGuiComponent
    • configure

      public void configure(org.apache.jmeter.testelement.TestElement el)
      Configures the GUI from the associated test element.
      Specified by:
      configure in interface JMeterGUIComponent
      Overrides:
      configure in class AbstractJMeterGuiComponent
      Parameters:
      el - - the test element (should be XMLSchemaAssertion)