|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jxweb.HttpStep | +--net.sourceforge.jxweb.GetTableStep
Field Summary | |
String |
id
The id to match a WebTable with. |
String |
index
The index (0-based) to get a specific WebTable . |
boolean |
indirect
Standard 'indirect' boolean flag |
String |
name
The name to store the WebTable with in the test props |
String |
prefix
The prefix to match a WebTable with. |
String |
respName
Name to lookup WebResponse in test props with |
String |
startsWith
The starting String to match a WebTable with. |
String |
summary
The summary to match a WebTable with. |
Fields inherited from class net.sourceforge.jxweb.HttpStep |
properties, testCase, webConversation, webConversationName |
Constructor Summary | |
GetTableStep()
|
Method Summary | |
void |
eval(JXTestCase testCase)
Overrides parent eval() method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String index
WebTable
. Optionalpublic String startsWith
String
to match a WebTable
with. Optionalpublic String prefix
WebTable
with. Optionalpublic String id
WebTable
with. Optionalpublic String summary
WebTable
with. Optional.public String respName
WebResponse
in test props withpublic String name
WebTable
with in the test propspublic boolean indirect
Constructor Detail |
public GetTableStep()
Method Detail |
public void eval(JXTestCase testCase) throws Throwable
eval()
methodeval
in class HttpStep
testCase
- Throwable
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |