Modifier and Type | Method and Description |
---|---|
Collection |
Project.getActionFolders(boolean isRecursive)
Returns recursively a collection of action folders in the current
project.
|
Collection |
ActionFolder.getActionFolders(boolean isRecursive)
Returns recursively/not recursively a collection of child action folders in the current parent action folder.
|
Collection |
Project.getActions(boolean isRecursive)
Returns recursively a collection of high-level actions in the current
project.
|
Collection |
ActionFolder.getActions(boolean isRecursive)
Returns recursively/not recursively a collection of child actions in the current parent action folder.
|
Collection |
Action.getArguments()
Gets the collection of arguments in the current action.
|
Collection |
PictureCheck.getBaselines()
Gets all baseline pictures belonging to the current picture check.
|
Collection |
Project.getDatasetFolders(boolean isRecursive)
Returns recursively a collection of dataset folders in the current
project.
|
Collection |
DatasetFolder.getDatasetFolders(boolean isRecursive)
Returns recursively a collection of dataset folders in the current parent
dataset folder.
|
Collection |
Project.getDatasets(boolean isRecursive)
Returns recursively a collection of datasets in the current project.
|
Collection |
DatasetFolder.getDatasets(boolean isRecursive)
Returns recursively a collection of child datasets in the current parent
dataset folder.
|
Collection |
InterfaceEntity.getInterfaceElements()
Gets all interface elements belonging to the current interface entity.
|
Collection |
Project.getInterfaceEntities(String treePath)
Returns the desired
InterfaceEntity object with the given relative tree path. |
Collection |
Project.getLocalResults()
Returns a collection of all local results.
Local results are results that have not been stored into the repository. |
Collection |
TestModule.getPictureChecks()
Gets the list of the picture checks kept within the current picture check.
|
Collection |
Project.getPictureChecks(boolean isRecursive)
Returns recursively a collection of picture checks in the current
|
abstract Collection |
Repository.getProjects()
Returns all projects residing under a repository.
|
Collection |
ResultFolder.getResultFolders(boolean isRecursive)
Gets recursively a collection of child result folders in the currernt parent result folder.
|
Collection |
Project.getResultFolders(boolean isRecursive)
Returns recursively a collection of test result folders in the current
project.
|
Collection |
TestModule.getResults()
Gets the result status of the current test module.
|
Collection |
ResultFolder.getResults(boolean isRecursive)
Gets recursively a collection of the child results located in the current parent result folder.
|
Collection |
Project.getResults(boolean isRecursive)
Returns recursively a collection of test result status in the current
project.
|
Collection |
Result.getTestCaseResults()
Returns a list of test case result.
|
Collection |
TestObjective.getTestCases()
Gets the collection of test cases covering the current test objective.
|
Collection |
TestModule.getTestCases()
Gets all test cases belonging to the current test module.
|
Collection |
TestFolder.getTestFolders(boolean isRecursive)
Returns recursively a collection of child test module folders in the current parent test module folder.
|
Collection |
Project.getTestFolders(boolean isRecursive)
Returns recursively a collection of test module folders in the current
project.
|
Collection |
TestSuite.getTestModules()
Gets all test modules belonging to the current test suite.
|
Collection |
TestFolder.getTestModules(boolean isRecursive)
Returns recursively a collection of child test modules in the current parent test module folder.
|
Collection |
Project.getTestModules(boolean isRecursive)
Returns recursively a collection of test modules in the current project.
|
Collection |
TestModule.getTestObjectives()
Gets all test objectives belonging to the current test module.
|
Collection |
TestCase.getTestObjectives()
Gets a collection of test objectives declared in the current test case.
|
Collection |
TestSuiteFolder.getTestSuiteFolders(boolean isRecursive)
Returns recursively a collection of test suite folders in the current
parent test suite folder.
|
Collection |
Project.getTestSuiteFolders(boolean isRecursive)
Returns recursively a collection of test suite folders in the current
project.
|
Collection |
TestSuiteFolder.getTestSuites(boolean isRecursive)
Returns recursively a collection of child test suites in the current
parent test suite folder.
|
Collection |
Project.getTestSuites(boolean isRecursive)
Returns recursively a collection of test suites in the current project.
|
Copyright © 2017. All rights reserved.