| Interfaces | |
|---|---|
| Assertion | An Assertion checks a SampleResult to determine whether or not it is successful. |
| Classes | |
|---|---|
| AssertionResult | No description provided. |
| BeanShellAssertion | A sampler which understands BeanShell |
| DurationAssertion | Checks if an Sample is sampled within a specified time-frame. |
| HTMLAssertion | Assertion to validate the response of a Sample with Tidy. |
| MD5HexAssertion | No description provided. |
| ResponseAssertion | No description provided. |
| SizeAssertion | Checks if the results of a Sample matches a particular size. |
| XMLAssertion | Checks if the result is a well-formed XML content using jdom |
| XMLSchemaAssertion | XMLSchemaAssertion.java Validate response against an XML Schema author Dave Maung |
| XPathAssertion | Checks if the result is a well-formed XML content and whether it matches an XPath author Justin Spears |
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