net.sourceforge.jxweb
Class HttpGetLink

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

public class HttpGetLink
extends HttpStep

Generates the weblink associated with the specified text in the web page.


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

linkName

public String linkName

text

public String text

responseName

public String responseName
Constructor Detail

HttpGetLink

public HttpGetLink()
Method Detail

eval

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