net.sourceforge.jxweb
Class HttpGet

java.lang.Object
  |
  +--net.sourceforge.jxweb.HttpStep
        |
        +--net.sourceforge.jxweb.HttpGet
All Implemented Interfaces:
JXTestStep

public class HttpGet
extends HttpStep

Provides the functionality for accepting a request(url or link or form) and generates the response.


Field Summary
 String requestName
           
 String responseName
           
 String responseTextName
           
 
Fields inherited from class net.sourceforge.jxweb.HttpStep
properties, testCase, webConversation, webConversationName
 
Constructor Summary
HttpGet()
           
 
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

requestName

public String requestName

responseName

public String responseName

responseTextName

public String responseTextName
Constructor Detail

HttpGet

public HttpGet()
Method Detail

eval

public void eval(JXTestCase testCase)
          throws Throwable
Overrides:
eval in class HttpStep