Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.jmeter.assertions

Interface Summary
Assertion An Assertion checks a SampleResult to determine whether or not it is successful.
 

Class Summary
AssertionResult  
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  
MD5HexAssertion.Test  
ResponseAssertion  
ResponseAssertion.Test  
SizeAssertion Checks if the results of a Sample matches a particular size.
XMLAssertion Checks if the result is a well-formed XML content.
XMLSchemaAssertion XMLSchemaAssertion.java Validate response against an XML Schema author Dave Maung
XMLSchemaAssertionTest  
XPathAssertion Checks if the result is a well-formed XML content and whether it matches an XPath author Justin Spears
XPathAssertion.XPathAssertionTest