AbstractAssertionGui | This is the base class for JMeter GUI components which manage assertions. | code | html |
AssertionGui | GUI interface for a ResponseAssertion . | code | html |
AssertionGui.AddPatternListener | An ActionListener for adding a pattern. | code | html |
AssertionGui.ClearPatternsListener | An ActionListener for deleting a pattern. | code | html |
AssertionScopePanel | Assertion scope panel for Assertions so users can choose whether to apply the assertion to the parent sample, the child samples or both. | code | html |
BeanShellAssertionGui | code | html | |
DurationAssertionGui | GUI for DurationAssertion | code | html |
HTMLAssertionGui | GUI for HTMLAssertion | code | html |
MD5HexAssertionGUI | GUI class supporting the MD5Hex assertion functionality. | code | html |
SizeAssertionGui | GUI for SizeAssertion | code | html |
XMLAssertionGui | code | html | |
XMLConfPanel | code | html | |
XMLSchemaAssertionGUI | XMLSchemaAssertionGUI.java author Dave Maung | code | html |
XPathAssertionGui | code | html | |
XPathPanel | code | html |
When the test plan is prepared for running, one instance of the class is created for each occurrence of an assertion in each thread.
Assertions are called from the same thread as the sampler