Modifier and Type | Method and Description |
---|---|
String |
getAssignUser()
Gets the name of the user who has been assigned the current test suite
folder.
|
String |
getCreatedBy()
Gets the name of the user who has created the current test suite folder.
|
String |
getCreationDate()
Gets the date of test suite folder creation.
|
String |
getDescription()
Gets the value of the Description field in the current test suite folder.
|
String |
getLocation()
Gets the location of the current test suite folder.
|
String |
getNotes()
Gets the value of Notes field in the current test suite folder.
|
TestSuite |
getTestSuite(String treePath)
Returns a test suite with a given relative tree path.
|
TestSuiteFolder |
getTestSuiteFolder(String treePath)
Returns a test suite folder with a given relative tree path.
|
Collection |
getTestSuiteFolders(boolean isRecursive)
Returns recursively a collection of test suite folders in the current
parent test suite folder.
|
Collection |
getTestSuites(boolean isRecursive)
Returns recursively a collection of child test suites in the current
parent test suite folder.
|
String |
getURL()
Gets the value of the URL field in the current test suite folder.
|
getFieldValue, getName
Collection getTestSuiteFolders(boolean isRecursive)
isRecursive
- TestSuiteFolder
object.TestSuiteFolder getTestSuiteFolder(String treePath)
treePath
- the path to the location of the desired test suite folder.Collection getTestSuites(boolean isRecursive)
isRecursive
- TestSuite
object.TestSuite getTestSuite(String treePath)
treePath
- the path to the location of the desire test suite.String getDescription()
String getCreationDate()
String getAssignUser()
String getCreatedBy()
String getLocation()
String getURL()
String getNotes()
Copyright © 2017. All rights reserved.