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

Quick Search    Search Deep

Package org.apache.jmeter.assertions.gui

Assertions

See:
          Description

Class Summary
AbstractAssertionGui This is the base class for JMeter GUI components which manage assertions.
AssertionGui GUI interface for a org.apache.jmeter.assertions.ResponseAssertion.
BeanShellAssertionGui  
DurationAssertionGui  
HTMLAssertionGui GUI for HTMLAssertion
MD5HexAssertionGUI  
SizeAssertionGui  
XMLAssertionGui  
XMLConfPanel  
XMLSchemaAssertionGUI XMLSchemaAssertionGUI.java author Dave Maung
XPathAssertionGui author Justin Spears
XPathPanel author jspears
 

Package org.apache.jmeter.assertions.gui Description

Assertions

Methods to be implemented

getResult(SampleResult)

Calling sequence

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