Class AbstractAssertionGui

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ClearGui, JMeterGUIComponent, Printable
Direct Known Subclasses:
AssertionGui, BeanShellAssertionGui, DurationAssertionGui, HTMLAssertionGui, JSONPathAssertionGui, MD5HexAssertionGUI, SizeAssertionGui, SMIMEAssertionGui, XMLAssertionGui, XMLSchemaAssertionGUI, XPath2AssertionGui, XPathAssertionGui

public abstract class AbstractAssertionGui extends AbstractScopedJMeterGuiComponent
This is the base class for JMeter GUI components which manage assertions. Assertions which can be applied to different scopes (parent, children or both) need to use the createScopePanel() to add the panel to the GUI, and they also need to use saveScopeSettings() and showScopeSettings() to keep the test element and GUI in synch.
See Also:
  • Constructor Details

    • AbstractAssertionGui

      public AbstractAssertionGui()
  • Method Details

    • getMenuCategories

      public Collection<String> getMenuCategories()
      This is the list of menu categories this gui component will be available under. This implementation returns MenuFactory.ASSERTIONS, which is appropriate for most assertion components.
      Returns:
      a Collection of Strings, where each element is one of the constants defined in MenuFactory
      See Also: