com.ibm.team.fvt.tests.clm.pages.hover
Class RmArtifactRichHover<P extends RmWebShowArtifactPage>
java.lang.Object
com.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.WebTextHover
com.ibm.team.fvt.tests.web.WebLinkHover<P>
com.ibm.team.fvt.tests.web.WebRichHover<P>
com.ibm.team.fvt.tests.clm.pages.hover.ClmRichHover<P>
com.ibm.team.fvt.tests.clm.pages.hover.RmArtifactRichHover<P>
- Direct Known Subclasses:
- RmCollectionRichHover, RmRequirementRichHover
public abstract class RmArtifactRichHover<P extends RmWebShowArtifactPage>
- extends ClmRichHover<P>
Manage the rich hover over a RM requirement.
Following actions are accessible on this page:
Following operations are also defined or specialized for rich hovers:
WebLinkHover.getTitlePageClass()
: Return the class of the page opened when
clicking on the title.
Method Summary |
void |
check()
|
Methods inherited from class com.ibm.team.fvt.tests.web.WebLinkHover |
clickOnTitle, getTitle, getTitleElement |
Methods inherited from class com.ibm.team.fvt.tests.web.WebTextHover |
getText, open |
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 |
RmArtifactRichHover
public RmArtifactRichHover(com.ibm.team.fvt.tests.web.WebPage page)
RmArtifactRichHover
public RmArtifactRichHover(com.ibm.team.fvt.tests.web.WebPage page,
java.lang.String... data)
check
public void check()
-
Additionally, check that the rich hover has a reference to the project area.
- Overrides:
check
in class com.ibm.team.fvt.tests.web.WebLinkHover<P extends RmWebShowArtifactPage>