Class AbstractScopedAssertion

All Implemented Interfaces:
Serializable, Cloneable, Searchable, org.apache.jmeter.testelement.TestElement
Direct Known Subclasses:
DurationAssertion, ResponseAssertion, SizeAssertion, XPath2Assertion, XPathAssertion

public abstract class AbstractScopedAssertion extends AbstractScopedTestElement

Super-class for all Assertions that can be applied to main sample, sub-samples or both. Test elements merely need to extend this class to support scoping.

Their corresponding GUI classes need to add the AssertionScopePanel to the GUI using the AbstractAssertionGui methods:

  • createScopePanel()
  • saveScopeSettings()
  • showScopeSettings()
See Also: