com.ibm.team.fvt.tests.clm.pages.hover
Class ClmRichHover<P extends com.ibm.team.fvt.tests.web.WebPage>
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>
- Direct Known Subclasses:
- CcmDevelopmentPlanRichHover, CcmWorkItemRichHover, DmDocumentRichHover, QmTestCaseRichHover, QmTestExecutionRecordRichHover, QmTestPlanRichHover, RmArtifactRichHover
public abstract class ClmRichHover<P extends com.ibm.team.fvt.tests.web.WebPage>
- extends com.ibm.team.fvt.tests.web.WebRichHover<P>
Abstract class to manage rich hover over CLM resource.
This class accept additional data. If any specified, it assumes that the first
slot is a the project area title of the hovered resource.
Constructor Summary |
ClmRichHover(com.ibm.team.fvt.tests.web.WebPage page,
java.lang.String... data)
|
Methods inherited from class com.ibm.team.fvt.tests.web.WebLinkHover |
check, 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 |
ClmRichHover
public ClmRichHover(com.ibm.team.fvt.tests.web.WebPage page,
java.lang.String... data)