com.ibm.team.fvt.tests.clm.pages.dialogs.rm
Class RmCreateReviewDialog
java.lang.Object
com.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.RmCreateReviewDialog
public class RmCreateReviewDialog
- extends ClmWebPageDefaultDialog
Abstract class to manage dialog launched to create a Review.
Following actions are accessible on this page:
Following operations are also specialised for dialogs:
Method Summary |
RmWebReviewPage |
createReview(java.lang.String name,
java.lang.String description,
boolean isFormal)
Creates a review with the given parameters. |
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 |
RmCreateReviewDialog
public RmCreateReviewDialog(ClmWebPage page)
createReview
public RmWebReviewPage createReview(java.lang.String name,
java.lang.String description,
boolean isFormal)
- Creates a review with the given parameters.
- Parameters:
name
- the name for this reviewdescription
- the description for the reviewisFormal
- true if the review should be formal, false for informal
- Returns:
- the RmWebReviewPage for the created review