net.sourceforge.jxweb
Class HttpGetForm

java.lang.Object
  |
  +--net.sourceforge.jxweb.HttpStep
        |
        +--net.sourceforge.jxweb.HttpGetForm
All Implemented Interfaces:
JXTestStep

public class HttpGetForm
extends HttpStep

Produces the webform of specified index from the web page in the response.


Field Summary
 String formName
           
 int index
           
 String responseName
           
 String submitButtonName
           
 String submitButtonValue
           
 
Fields inherited from class net.sourceforge.jxweb.HttpStep
properties, testCase, webConversation, webConversationName
 
Constructor Summary
HttpGetForm()
           
 
Method Summary
 void eval(JXTestCase testCase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formName

public String formName

index

public int index

responseName

public String responseName

submitButtonName

public String submitButtonName

submitButtonValue

public String submitButtonValue
Constructor Detail

HttpGetForm

public HttpGetForm()
Method Detail

eval

public void eval(JXTestCase testCase)
          throws Throwable
Overrides:
eval in class HttpStep