| Home >> All >> org >> apache >> jmeter >> [ assertions Javadoc ] |
| | org.apache.jmeter.assertions.gui.* (12) |
org.apache.jmeter.assertions: Javadoc index of package org.apache.jmeter.assertions.
Package Samples:
org.apache.jmeter.assertions.gui: Assertions
Classes:
Assertion: An Assertion checks a SampleResult to determine whether or not it is successful. The resulting success status can be obtained from a corresponding Assertion Result. For example, if a web response doesn't contain an expected expression, it would be considered a failure.
XPathAssertion: Checks if the result is a well-formed XML content and whether it matches an XPath author Justin Spears
DurationAssertion: Checks if an Sample is sampled within a specified time-frame. If the duration is larger than the timeframe the Assertion is considered a failure.
AssertionGui: GUI interface for a org.apache.jmeter.assertions.ResponseAssertion .
XMLSchemaAssertion: XMLSchemaAssertion.java Validate response against an XML Schema author Dave Maung
XMLSchemaAssertionGUI: XMLSchemaAssertionGUI.java author Dave Maung
AbstractAssertionGui: This is the base class for JMeter GUI components which manage assertions.
XPathAssertionGui: author Justin Spears
SizeAssertion: Checks if the results of a Sample matches a particular size.
HTMLAssertion: Assertion to validate the response of a Sample with Tidy.
XMLAssertion: Checks if the result is a well-formed XML content.
BeanShellAssertion: A sampler which understands BeanShell
HTMLAssertionGui: GUI for HTMLAssertion
XPathPanel: author jspears
MD5HexAssertion
ResponseAssertion
AssertionResult
XMLSchemaAssertionTest
BeanShellAssertionGui
| Home | Contact Us | Privacy Policy | Terms of Service |