com.ibm.team.fvt.tests.clm.pages.hover
Class QmTestCaseRichHover

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.web.WebWindow
              extended by com.ibm.team.fvt.tests.web.WebTextHover
                  extended by com.ibm.team.fvt.tests.web.WebLinkHover<P>
                      extended by com.ibm.team.fvt.tests.web.WebRichHover<P>
                          extended by com.ibm.team.fvt.tests.clm.pages.hover.ClmRichHover<QmWebViewTestCasePage>
                              extended by com.ibm.team.fvt.tests.clm.pages.hover.QmTestCaseRichHover

public class QmTestCaseRichHover
extends ClmRichHover<QmWebViewTestCasePage>

Manage the rich hover over a QM test case.

Following actions are accessible on this page:

Following operations are also defined or specialized for rich hovers:


Constructor Summary
QmTestCaseRichHover(com.ibm.team.fvt.tests.web.WebPage page)
           
QmTestCaseRichHover(com.ibm.team.fvt.tests.web.WebPage page, java.lang.String... data)
           
 
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
 

Constructor Detail

QmTestCaseRichHover

public QmTestCaseRichHover(com.ibm.team.fvt.tests.web.WebPage page)

QmTestCaseRichHover

public QmTestCaseRichHover(com.ibm.team.fvt.tests.web.WebPage page,
                           java.lang.String... data)
Method Detail

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<QmWebViewTestCasePage>