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

Field Detail

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
Constructor Detail

SetCookieStep

public SetCookieStep()
Method Detail

eval

public void eval(JXTestCase jXTestCase)
          throws Throwable
Overrides parent eval() method.
Overrides:
eval in class HttpStep
Parameters:
jxTestCase -  
Throws:
Throwable -