|
||||||||||
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.ClmViewlet
com.ibm.team.fvt.tests.clm.pages.viewlet.RmRequirementsTracingViewlet
public class RmRequirementsTracingViewlet
Manage RM Requirements Tracing viewlet.
Following actions are accessible on this page:
check(String[], String[])
: Check that the viewlet displays
the given RM artifacts with corresponding given children.configure(String)
: Configure the viewlet to display the given link
type.Following operations are also defined or specialized for rich hovers:
Constructor Summary | |
---|---|
RmRequirementsTracingViewlet(com.ibm.team.fvt.tests.web.WebPage page,
com.ibm.team.fvt.tests.web.WebBrowserElement webElement)
|
Method Summary | |
---|---|
void |
check(java.lang.String[] artifacts,
java.lang.String[] children)
Deprecated. Use checkExistence(String[], String[], String) instead |
void |
check(java.lang.String[] artifacts,
java.lang.String[] children,
java.lang.String projectName)
Deprecated. Use checkExistence(String[], String[], String) instead |
void |
checkExistence(java.lang.String[] artifacts,
java.lang.String[] children,
java.lang.String filedAgainst)
Check whether the given RM artifacts with corresponding given children are displayed among the artifacts of the viewlet. |
void |
configure(java.lang.String linkType)
Configure the viewlet to display the given link type. |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.ClmViewlet |
---|
checkDevelopmentPlanRichHover, checkTestCaseRichHover, checkTestCaseRichHover, checkWortkItemRichHover, checkWortkItemRichHover, getResourceLinkElement, getTitle, validate, waitForLoadingEnd |
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 RmRequirementsTracingViewlet(com.ibm.team.fvt.tests.web.WebPage page, com.ibm.team.fvt.tests.web.WebBrowserElement webElement)
Method Detail |
---|
@Deprecated public void check(java.lang.String[] artifacts, java.lang.String[] children)
checkExistence(String[], String[], String)
instead
artifacts
- The artifacts listchildren
- The corresponding children for each artifact
com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError
- If the check fails.@Deprecated public void check(java.lang.String[] artifacts, java.lang.String[] children, java.lang.String projectName)
checkExistence(String[], String[], String)
instead
artifacts
- The artifacts listchildren
- The corresponding children for each artifactprojectName
- The project in which the children have to belong to
com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError
- If the check fails.public void checkExistence(java.lang.String[] artifacts, java.lang.String[] children, java.lang.String filedAgainst)
artifacts
- The artifacts listchildren
- The corresponding children for each artifactfiledAgainst
- The component that the work item is filed against
com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError
- If the check fails.public void configure(java.lang.String linkType)
The viewlet is configured by selecting the current RM project area, selecting the given link type and showing all items by selecting the maximum value from items to show list.
linkType
- The type of link
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |