| Modifier and Type | Method and Description |
|---|---|
TestFolder |
getTestFolder(String treePath)
Returns a test module folder with a given relative tree path.
|
Collection |
getTestFolders(boolean isRecursive)
Returns recursively a collection of child test module folders in the current parent test module folder.
|
TestModule |
getTestModule(String treePath)
Returns a test module with a given relative tree path.
|
Collection |
getTestModules(boolean isRecursive)
Returns recursively a collection of child test modules in the current parent test module folder.
|
getFieldValue, getNameCollection getTestFolders(boolean isRecursive)
isRecursive - - TestFolder getTestFolder(String treePath)
treePath - the path to the location of the desired test module folder.Collection getTestModules(boolean isRecursive)
isRecursive - - TestModule getTestModule(String treePath)
treePath - the path to the location of the desire test module.Copyright © 2017. All rights reserved.