net.sourceforge.jxweb
Class SetCookieStep
java.lang.Object
|
+--net.sourceforge.jxweb.HttpStep
|
+--net.sourceforge.jxweb.SetCookieStep
- All Implemented Interfaces:
- JXTestStep
- public class SetCookieStep
- extends HttpStep
A test step to set cookie values in the underlying WebConversation
- Author:
- Alex Vollmer
Field Summary |
boolean |
indirect
Indicates if value is a properties name to use for the value |
String |
name
The name of the cookie to set |
String |
value
The value of the cookie to set |
Method Summary |
void |
eval(JXTestCase jXTestCase)
Overrides parent eval() method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
- The name of the cookie to set
value
public String value
- The value of the cookie to set
indirect
public boolean indirect
- Indicates if value is a properties name to use for the value
SetCookieStep
public SetCookieStep()
eval
public void eval(JXTestCase jXTestCase)
throws Throwable
- Overrides parent
eval()
method.
- Overrides:
eval
in class HttpStep
- Parameters:
jxTestCase
- - Throws:
Throwable
-