edu.samplu.admin.test
Class ConfigNameSpaceBlanketAppIT
java.lang.Object
edu.samplu.common.UpgradedSeleniumITBase
edu.samplu.common.MenuITBase
edu.samplu.admin.test.ConfigNameSpaceBlanketAppIT
public class ConfigNameSpaceBlanketAppIT
- extends MenuITBase
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigNameSpaceBlanketAppIT
public ConfigNameSpaceBlanketAppIT()
getCreateNewLinkLocator
protected String getCreateNewLinkLocator()
- 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
getMenuLinkLocator
protected String getMenuLinkLocator()
- 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
getLinkLocator
public 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
testNameSpace
public void testNameSpace()
throws Exception
- Throws:
Exception
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.