|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.jzonic.webtester.commands.ClickLinkCommand
| Field Summary | |
static java.lang.String |
COMMAND_NAME
|
| Constructor Summary | |
ClickLinkCommand()
|
|
| Method Summary | |
WebTestNodeResult |
execute(WebTestContext context)
This method is called during the run of the testcase. |
java.lang.String |
getName()
Returns the name of the concrete command |
void |
setParameter(java.lang.String value)
This method is called from the WebTester to pass over the arguments. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String COMMAND_NAME
| Constructor Detail |
public ClickLinkCommand()
| Method Detail |
public void setParameter(java.lang.String value)
WebTestNodesetParameter in interface WebTestNodeorg.jzonic.webtester.commands.WebTestNodevalue - the String containing all parameterspublic WebTestNodeResult execute(WebTestContext context)
WebTestNodeexecute in interface WebTestNodeorg.jzonic.webtester.commands.WebTestNodecontext - the WebTestContextpublic java.lang.String getName()
WebTestNodegetName in interface WebTestNodeorg.jzonic.webtester.commands.WebTestNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||