|
||||||||||
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.WebDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmCreateArtifactDialog
public class RmCreateArtifactDialog
Manage dialog launched to create a requirement from Artifacts page.
Following actions are accessible on this page:
createCollection(String)
: Create the given collection.createRequirement(String)
: Create the given requirement.Following operations are also specialized for dialogs:
getCloseButton(boolean)
: Return the xpath of the button to close the
dialog.
RmWebArtifactsPage
,
RmWebCollectionsPage
Constructor Summary | |
---|---|
RmCreateArtifactDialog(ClmWebPage page)
|
Method Summary | |
---|---|
void |
createArtifact(java.lang.String artifact,
java.lang.String type,
java.lang.String format)
Creates an artifact of the specified name, type, and format. |
void |
createCollection(java.lang.String collection)
Create the given collection. |
void |
createModule(java.lang.String module)
Create the given module. |
void |
createRequirement(java.lang.String requirement)
Create the given requirement. |
Methods inherited from class com.ibm.team.fvt.tests.web.WebDialog |
---|
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 RmCreateArtifactDialog(ClmWebPage page)
Method Detail |
---|
public void createArtifact(java.lang.String artifact, java.lang.String type, java.lang.String format)
artifact
- The name of the artifact in the form of a String. (required)type
- The type of the artifact in the form of a String. (can be null)format
- The format of the artifact in the form of a String. (can be null)public void createCollection(java.lang.String collection)
Note that it's assumed that artifact type and format are already well selected (typically when opening this dialog using the 'Create Collection' button in Collections RM web page).
collection
- The name of the collection to createpublic void createModule(java.lang.String module)
Note that it's assumed that artifact type and format are already well selected (typically when opening this dialog using the 'Create Module' button in Modules RM web page).
module
- The name of the module to createpublic void createRequirement(java.lang.String requirement)
Note that it's assumed that artifact type and format are already well selected (typically when opening this dialog using the 'Create Requirement' button in Artifacts RM web page).
requirement
- The name of the requirement to create
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |