|
||||||||||
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.WebTextHover
com.ibm.team.fvt.tests.clm.pages.hover.CcmPlanIterationProgressBarHover
public class CcmPlanIterationProgressBarHover
Manage the hover over a CCM plan page iterations progress bar web element.
This class provide the following features:
getItemsCompleted()
: Return the line of the hover for completed items.getItemsEstimated()
: Return the line of the hover for estimated items.getStoryPointDone()
: Return the line of the hover for story points done.getWorkHoursDone()
: Return the line of the hover for work hours done.
Following operations are overridden and throw a ScenarioFailedError
as
there's no way to close this hover from its current instance:
closeAction(boolean)
: The action to perform to close the window.getCloseButton(boolean)
: Return the xpath of the button to close
the window.
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 |
---|
public CcmPlanIterationProgressBarHover(com.ibm.team.fvt.tests.web.WebPage page, java.lang.String... data)
Method Detail |
---|
public java.lang.String getItemsCompleted()
String
.public java.lang.String getItemsEstimated()
String
.public java.lang.String getStoryPointDone()
String
.public java.lang.String getWorkHoursDone()
String
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |