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

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.clm.pages.hover.CcmPlanIterationProgressBarHover

public class CcmPlanIterationProgressBarHover
extends com.ibm.team.fvt.tests.web.WebTextHover

Manage the hover over a CCM plan page iterations progress bar web element.

This class provide the following features:

Following operations are overridden and throw a ScenarioFailedError as there's no way to close this hover from its current instance:


Constructor Summary
CcmPlanIterationProgressBarHover(com.ibm.team.fvt.tests.web.WebPage page, java.lang.String... data)
           
 
Method Summary
 java.lang.String getItemsCompleted()
          Return the line of the hover for completed items.
 java.lang.String getItemsEstimated()
          Return the line of the hover for estimated items.
 java.lang.String getStoryPointDone()
          Return the line of the hover for story points done.
 java.lang.String getWorkHoursDone()
          Return the line of the hover for work hours done.
 
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

CcmPlanIterationProgressBarHover

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

getItemsCompleted

public java.lang.String getItemsCompleted()
Return the line of the hover for completed items.

Returns:
The line as a String.

getItemsEstimated

public java.lang.String getItemsEstimated()
Return the line of the hover for estimated items.

Returns:
The line as a String.

getStoryPointDone

public java.lang.String getStoryPointDone()
Return the line of the hover for story points done.

Returns:
The line as a String.

getWorkHoursDone

public java.lang.String getWorkHoursDone()
Return the line of the hover for work hours done.

Returns:
The line as a String.