edu.samplu.common
Class AdminMenuBlanketAppITBase

java.lang.Object
  extended by edu.samplu.common.UpgradedSeleniumITBase
      extended by edu.samplu.common.MenuITBase
          extended by edu.samplu.common.AdminMenuBlanketAppITBase
Direct Known Subclasses:
ConfigNameSpaceBlanketAppIT, ConfigParameterBlanketAppIT, IdentityGroupBlanketAppIT, IdentityPermissionBlanketAppIT, IdentityPersonBlanketAppIT, IdentityResponsibilityBlanketAppIT, IdentityRoleBlanketAppIT, LocationCampusBlanketAppIT, LocationCountryBlanketAppIT, LocationCountyBlanketAppIT, LocationPostCodeBlanketAppIT, LocationStateBlanketAppIT, ReferenceCampusTypeBlanketAppIT, WorkFlowDocTypeBlanketAppIT

Deprecated.

public abstract class AdminMenuBlanketAppITBase
extends MenuITBase

blanket approving a new document, results in a final document

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from class edu.samplu.common.UpgradedSeleniumITBase
driver
 
Constructor Summary
AdminMenuBlanketAppITBase()
          Deprecated.  
 
Method Summary
abstract  String blanketApprove()
          Deprecated. blanket approve document, returning docId as a String
protected  String getCreateNewLinkLocator()
          Deprecated. Override to return main menu click selector (e.g.
protected  String getMenuLinkLocator()
          Deprecated. Override to return menu click selector (e.g.
 void testBlanketApprove()
          Deprecated.  
 
Methods inherited from class edu.samplu.common.MenuITBase
getLinkLocator, getTestUrl, gotoCreateNew, gotoMenuLinkLocator, gotoMenuLinkLocator
 
Methods inherited from class edu.samplu.common.UpgradedSeleniumITBase
assertDocFinal, assertElementPresent, assertTextPresent, assertTextPresent, blanketApproveTest, check, checkErrorMessageItem, checkForIncidentReport, checkForIncidentReport, chooseCancelOnNextConfirmation, close, colapseExpand, expandColapse, fireEvent, focus, focusAndType, getAllWindowTitles, getAttribute, getBaseUrlString, getConfirmation, getCssCount, getEval, getLocation, getSelectedLabel, getSelectOptions, getText, getTitle, getUserName, getValue, isElementPresent, isTextPresent, isVisible, keyDown, keyPress, keyUp, mouseOut, mouseOver, open, removeAllSelections, select, selectFrame, selectWindow, setSpeed, setUp, tearDown, uncheck, waitAndClick, waitAndClick, waitAndType, waitAndType, waitForDocId, waitForElementPresent, waitForElementPresent, waitForElementVisible, waitForPageToLoad, waitForPageToLoad, waitForPageToLoad50000, waitForTitleToEqualKualiPortalIndex, waitForTitleToEqualKualiPortalIndex, waitIsVisible, waitNotVisible, windowFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminMenuBlanketAppITBase

public AdminMenuBlanketAppITBase()
Deprecated. 
Method Detail

blanketApprove

public abstract String blanketApprove()
                               throws Exception
Deprecated. 
blanket approve document, returning docId as a String

Returns:
docId
Throws:
Exception

getMenuLinkLocator

protected String getMenuLinkLocator()
Deprecated. 
Description copied from class: MenuITBase
Override to return menu click selector (e.g. "link=Main Menu")

Specified by:
getMenuLinkLocator in class MenuITBase
Returns:
selenium locator to click on

getCreateNewLinkLocator

protected String getCreateNewLinkLocator()
Deprecated. 
Description copied from class: MenuITBase
Override to return main menu click selector (e.g. "//img[@alt='create new']")

Specified by:
getCreateNewLinkLocator in class MenuITBase
Returns:
selenium locator to click on

testBlanketApprove

public void testBlanketApprove()
                        throws Exception
Deprecated. 
Throws:
Exception


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.