Package net.sourceforge.jxweb

Class Summary
Echo This class is a simple means of printing some kind of message to standard out.
GetTableStep  
GetTableValueStep This class is a test step for retrieving a cell value from a specified WebTable that has already been placed into the test properties.
HttpGet Provides the functionality for accepting a request(url or link or form) and generates the response.
HttpGetForm Produces the webform of specified index from the web page in the response.
HttpGetFormParameter Retrieves the value of the parameters present in the form.
HttpGetLink Generates the weblink associated with the specified text in the web page.
HttpSetFormParameter Sets the value of the form parameter.
HttpSetRequestParameter This class provides a means of directly setting request parameters on the WebRequest.
HttpStep Initializes the WebConversation class
HttpUnitOptionsStep This class is a JXUnit test step designed to give a user the ability to set various HttpUnit options via the 'test.jxu' script file.
JXIfEqualLength  
JXLoop  
LoadProperties This class is a test step for loading a properties file into the test properties.
MessageStep This test step is an interface to the java.text.MessageFormat class.
SetCookieStep A test step to set cookie values in the underlying WebConversation
SetHeaderStep This class is a test step that allows a user to specify a single HTTP header value to be used by the underlying WebClient.
XMLPost