|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester Proxy SDK Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataDriven
Field Summary | |
---|---|
static int |
INCLUDE_ALL
Flag to include the top proxy and all decendents with data drivable commands. |
static int |
INCLUDE_JUSTOBJECT
Flag to include only the one proxy as a data drivable command. |
static int |
INCLUDE_SIBLINGS
Flag to include the top proxy and all immediate children with data drivable commands. |
Method Summary | |
---|---|
com.rational.test.ft.sys.MethodSpecification |
getDataDrivableCommand()
This method must be implemented by any proxy that wishes to support data driving. |
com.rational.test.ft.sys.MethodSpecification[] |
getDataDrivableCommands(int includeChildren)
Walks the proxy parent-child hierarchy and returns a command for each control that is data drivable. |
Field Detail |
---|
static final int INCLUDE_JUSTOBJECT
static final int INCLUDE_SIBLINGS
static final int INCLUDE_ALL
Method Detail |
---|
com.rational.test.ft.sys.MethodSpecification[] getDataDrivableCommands(int includeChildren)
null
.
The reason that the proxies are left with doing the walk instead of it happening at a higher level is because they have a better understanding of the hierarchy they expose. Domains like HTML can take advantage of internal knowledge to allow them better control the traversal of interesting child proxies relative to data driving. By default this method will perform a standard traversal of the proxy hierarchy and does not need to be overridden unless necessary.
includeChildren
- Flag to control which child objects are considered for data driving. Must be INCLUDE_JUSTOBJECT
, INCLUDE_SIBLINGS
or INCLUDE_ALL
.
getDataDrivableCommand()
com.rational.test.ft.sys.MethodSpecification getDataDrivableCommand()
null
value is returned.
getDataDrivableCommands(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |