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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HttpSetFormParameter
public HttpSetFormParameter()
eval
public void eval(JXTestCase testCase)
throws Throwable
- Overrides:
eval
in class HttpStep