net.sourceforge.jxweb
Class HttpStep

java.lang.Object
  |
  +--net.sourceforge.jxweb.HttpStep
All Implemented Interfaces:
JXTestStep
Direct Known Subclasses:
GetTableStep, GetTableValueStep, HttpGet, HttpGetForm, HttpGetFormParameter, HttpGetLink, HttpSetFormParameter, HttpSetRequestParameter, LoadProperties, MessageStep, SetCookieStep, SetHeaderStep, XMLPost

public class HttpStep
extends Object
implements JXTestStep

Initializes the WebConversation class


Field Summary
 JXProperties properties
           
 JXTestCase testCase
           
 WebConversation webConversation
           
 String webConversationName
           
 
Constructor Summary
HttpStep()
           
 
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

properties

public JXProperties properties

testCase

public JXTestCase testCase

webConversationName

public String webConversationName

webConversation

public WebConversation webConversation
Constructor Detail

HttpStep

public HttpStep()
Method Detail

eval

public void eval(JXTestCase testCase)
          throws Throwable
Specified by:
eval in interface JXTestStep