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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
public JXProperties properties
testCase
public JXTestCase testCase
webConversationName
public String webConversationName
webConversation
public WebConversation webConversation
HttpStep
public HttpStep()
eval
public void eval(JXTestCase testCase)
throws Throwable
- Specified by:
eval
in interface JXTestStep