|
||||||||||
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 check(String[], String[], String) instead |
void |
check(java.lang.String[] artifacts,
java.lang.String[] children,
java.lang.String projectName)
Check that the viewlet displays the given RM artifacts with corresponding given children. |
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 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)
check(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.public void check(java.lang.String[] artifacts, java.lang.String[] children, java.lang.String projectName)
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 configure(java.lang.String linkType)
The viewlet is configured by selecting the current RM project area and selecting the given link type.
linkType
- The type of link
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |