net.sourceforge.jxweb
Class HttpGetFormParameter

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

public class HttpGetFormParameter
extends HttpStep

Retrieves the value of the parameters present in the form.


Field Summary
 String formName
           
 String name
           
 
Fields inherited from class net.sourceforge.jxweb.HttpStep
properties, testCase, webConversation, webConversationName
 
Constructor Summary
HttpGetFormParameter()
           
 
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

name

public String name
Constructor Detail

HttpGetFormParameter

public HttpGetFormParameter()
Method Detail

eval

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