|
||||||||||
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.ClmTestCaseSelectionDialog
public class ClmTestCaseSelectionDialog
Manage dialog launched to select test case(s).
This dialog is not launched from a ClmWebPage
but from a CCM dialog
(see CcmAddLinkDialog
).
Following actions are accessible on this page:
open(WebBrowserElement)
: open the window by clicking on the
given web element.select(String)
: Select the given test case.selectAll()
: Select all test cases.Following operations are also specialized for dialogs:
getCloseButton(boolean)
: Return the xpath of the button to close the
dialog.waitForLoadingEnd()
: Wait for the dialog content to be loaded.
Constructor Summary | |
---|---|
ClmTestCaseSelectionDialog(ClmWebPage page,
ClmApplication application)
|
Method Summary | |
---|---|
com.ibm.team.fvt.tests.web.WebBrowserElement |
open(com.ibm.team.fvt.tests.web.WebBrowserElement openElement)
|
void |
select(java.lang.String testCase)
Select the given test case. |
void |
selectAll()
Select all test cases. |
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow |
---|
cancel, close |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClmTestCaseSelectionDialog(ClmWebPage page, ClmApplication application)
Method Detail |
---|
public com.ibm.team.fvt.tests.web.WebBrowserElement open(com.ibm.team.fvt.tests.web.WebBrowserElement openElement)
Wait for the end of dialog content loading.
TODO Pull-up to WebDialog or WebWindow
open
in class com.ibm.team.fvt.tests.web.WebDialog
public void select(java.lang.String testCase)
testCase
- The test case name to select.public void selectAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |