edu.samplu.admin.test
Class ConfigNameSpaceBlanketAppIT

java.lang.Object
  extended by edu.samplu.common.UpgradedSeleniumITBase
      extended by edu.samplu.common.MenuITBase
          extended by edu.samplu.common.AdminMenuBlanketAppITBase
              extended by edu.samplu.admin.test.ConfigNameSpaceBlanketAppIT

public class ConfigNameSpaceBlanketAppIT
extends AdminMenuBlanketAppITBase

tests that a blanket approval by user admin of a Namespace maintenance document results in a document in state FINAL To Keep the BlanketAppIT tests separate MenuItBase is extended rather than AdminMenuITBase this only requires the implementation of the getMenuLinkLocator() and getCreateNewLinkLocator so there should probably be another abstract class....

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

Field Summary
 
Fields inherited from class edu.samplu.common.UpgradedSeleniumITBase
driver
 
Constructor Summary
ConfigNameSpaceBlanketAppIT()
           
 
Method Summary
 String blanketApprove()
          blanket approve document, returning docId as a String
protected  String getLinkLocator()
          Override to return main menu click selector (e.g.
 
Methods inherited from class edu.samplu.common.AdminMenuBlanketAppITBase
getCreateNewLinkLocator, getMenuLinkLocator, testBlanketApprove
 
Methods inherited from class edu.samplu.common.MenuITBase
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

ConfigNameSpaceBlanketAppIT

public ConfigNameSpaceBlanketAppIT()
Method Detail

getLinkLocator

protected String getLinkLocator()
Description copied from class: MenuITBase
Override to return main menu click selector (e.g. "link=Agenda lookup")

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

blanketApprove

public String blanketApprove()
                      throws Exception
Description copied from class: AdminMenuBlanketAppITBase
blanket approve document, returning docId as a String

Specified by:
blanketApprove in class AdminMenuBlanketAppITBase
Returns:
docId
Throws:
Exception


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