|
||||||||||
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.clm.pages.elements.CcmWorkItemCommentsView
public class CcmWorkItemCommentsView
Class to manage comments in Work Item web page (CcmWebWorkItemPage
).
Following features are accessible on this page:
collapseAll()
: Collapse all work item comments by clicking on the
'Collapse All' link.expandAll()
: Expand all work item comments by clicking on the
'Expand All' link.getComments()
: Get the comments list.Following internal features are also defined or specialized by this page:
Constructor Summary | |
---|---|
CcmWorkItemCommentsView(com.ibm.team.fvt.tests.web.WebPage page)
|
Method Summary | |
---|---|
void |
collapseAll()
Collapse all work item comments by clicking on the 'Collapse All' link. |
void |
expandAll()
Expand all work item comments by clicking on the 'Collapse All' link. |
java.util.List<CcmWorkItemComment> |
getComments()
Get the comments list. |
Methods inherited from class com.ibm.team.fvt.tests.web.WebElementWrapper |
---|
getText |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CcmWorkItemCommentsView(com.ibm.team.fvt.tests.web.WebPage page)
Method Detail |
---|
public void collapseAll()
If comments were already all collapsed, then nothing happens.
public void expandAll()
If comments were already all expanded, then nothing happens.
public java.util.List<CcmWorkItemComment> getComments()
Note that there's no change for each comment state which statys either collapsed or expanded as displayed in the web page.
List
of CcmWorkItemComment
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |