net.sourceforge.jxweb
Class HttpSetFormParameter

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

public class HttpSetFormParameter
extends HttpStep

Sets the value of the form parameter.


Field Summary
 String file
           
 String formName
           
 String gvalue
           
 boolean indirect
           
 String name
           
 String value
           
 ArrayList values
           
 
Fields inherited from class net.sourceforge.jxweb.HttpStep
properties, testCase, webConversation, webConversationName
 
Constructor Summary
HttpSetFormParameter()
           
 
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

file

public String file

value

public String value

gvalue

public String gvalue

values

public ArrayList values

indirect

public boolean indirect
Constructor Detail

HttpSetFormParameter

public HttpSetFormParameter()
Method Detail

eval

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