|
||||||||||
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.RmCreateLinkDialog
public abstract class RmCreateLinkDialog
Abstract class to manage general link addition or creation from RM Artifacts page.
Following actions are accessible on this page:
clickOnChooseExisting()
: Click on 'Choose Existing' radio button.clickOnCreateNew()
: Click on 'Create New' radio button.linked(String)
: Check whether the given artifact is already linked
or not.open(WebBrowserElement)
: open the window by clicking on the
given web element.Following functionalities are also defined or specialized by this page:
getCloseButton(boolean)
: Return the xpath of the button to validate any
changes done in it and close the dialog.waitForLoadingEnd()
: Wait for the dialog content to be loaded.
RmWebArtifactsPage
,
RmWebCollectionsPage
Constructor Summary | |
---|---|
RmCreateLinkDialog(ClmWebPage page)
|
Method Summary | |
---|---|
void |
clickOnChooseExisting()
Click on 'Choose Existing' radio button. |
void |
clickOnCreateNew()
Click on 'Create New' radio button |
boolean |
linked(java.lang.String resource)
Check whether the given resource is already linked or not. |
com.ibm.team.fvt.tests.web.WebBrowserElement |
open(com.ibm.team.fvt.tests.web.WebBrowserElement openElement)
|
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 RmCreateLinkDialog(ClmWebPage page)
Method Detail |
---|
public void clickOnChooseExisting()
public void clickOnCreateNew()
public boolean linked(java.lang.String resource)
resource
- The resource name
true
if the resource is in the linked resources list,
false
otherwise.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |