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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestName
public String requestName
responseName
public String responseName
responseTextName
public String responseTextName
HttpGet
public HttpGet()
eval
public void eval(JXTestCase testCase)
throws Throwable
- Overrides:
eval
in class HttpStep