|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines system object manager method getSystemObject. An instance of SystemObjectManager will be used in SystemTestCase to retrive the SystemObject.
Method Summary | |
SystemObject |
getSystemObject(String name)
Get the system object using the name and a '/sut' as the default path. |
SystemObject |
getSystemObject(String path,
String name)
Get the system object using the name and its path. |
Method Detail |
public SystemObject getSystemObject(String name) throws Exception
name
- the name of the object
Exception
public SystemObject getSystemObject(String path, String name) throws Exception
path
- the XPath to the objectname
- the object name
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |