|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmRequirementsSelectionDialog
public class RmRequirementsSelectionDialog
Manage dialog launched to select a requirement to link to.
Following actions are accessible on this page:
selectRequirement(String)
: Select the given requirement
in the root project folder.selectRequirement(String, String)
: Select the given requirement
in the given folderPath.selectRequirements(String, String[])
: Select the given requirements
in the given folderPath.selectRequirementUsingSearch(String)
: Select the given requirement
via search of the given name.Following operations are also specialized for dialogs:
getCloseButton(boolean)
: Return the xpath of the button to close the
dialog.
Constructor Summary | |
---|---|
RmRequirementsSelectionDialog(ClmWebPage page)
|
Method Summary | |
---|---|
void |
selectRequirement(java.lang.String requirement)
Choose the given requirement. |
void |
selectRequirement(java.lang.String folderPath,
java.lang.String requirement)
Choose the given requirement in the given folderPath. |
void |
selectRequirements(java.lang.String folderPath,
java.lang.String[] requirements)
Choose the given requirements in the search results table |
void |
selectRequirementUsingSearch(java.lang.String requirement)
Choose the given requirement via search |
Methods inherited from class com.ibm.team.fvt.tests.web.WebDialog |
---|
open |
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow |
---|
cancel, close |
Methods inherited from class com.ibm.team.fvt.tests.web.WebElementWrapper |
---|
getText |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RmRequirementsSelectionDialog(ClmWebPage page)
Method Detail |
---|
public void selectRequirement(java.lang.String requirement)
Note: this method will select the root project folder to filter the artifacts
requirement
- The requirement to selectpublic void selectRequirement(java.lang.String folderPath, java.lang.String requirement)
Note: this method will filter results to the given folderPath. If a null path is provided, the root folder will used.
folderPath
- The folder path where the requirement can be foundrequirement
- The requirement to selectpublic void selectRequirements(java.lang.String folderPath, java.lang.String[] requirements)
requirements
- A list of requirements to selectfolderPath
- The folder path where the requirements can be foundpublic void selectRequirementUsingSearch(java.lang.String requirement)
requirement
- The name of the requirement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |