edu.samplu.common
Class AdminMenuITBase

java.lang.Object
  extended by edu.samplu.common.UpgradedSeleniumITBase
      extended by edu.samplu.common.MenuITBase
          extended by edu.samplu.common.AdminMenuITBase
Direct Known Subclasses:
ConfigNameSpaceIT, ConfigParameterIT, ConfigParameterTypeIT, IdentityGroupIT, IdentityPermissionIT, IdentityPersonIT, IdentityResponsibilityIT, LocationCampusIT, LocationCountryIT, LocationCountyIT, LocationPostCodeIT, LocationStateIT

Deprecated. Use WebDriverITBase for new tests.

public abstract class AdminMenuITBase
extends MenuITBase

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

Field Summary
static String ADMIN_LOCATOR
          Deprecated.  
static String CREATE_NEW_LOCATOR
          Deprecated.  
static String DOC_ID_LOCATOR
          Deprecated.  
static String LABEL_KUALI_DEFAULT
          Deprecated.  
static String LABEL_KUALI_KUALI_SYSTEMS
          Deprecated.  
 
Fields inherited from class edu.samplu.common.UpgradedSeleniumITBase
driver
 
Constructor Summary
AdminMenuITBase()
          Deprecated.  
 
Method Summary
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 testCreateNewCancel()
          Deprecated.  
 void testEditCancel()
          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
 

Field Detail

LABEL_KUALI_KUALI_SYSTEMS

public static final String LABEL_KUALI_KUALI_SYSTEMS
Deprecated. 
See Also:
Constant Field Values

LABEL_KUALI_DEFAULT

public static final String LABEL_KUALI_DEFAULT
Deprecated. 
See Also:
Constant Field Values

CREATE_NEW_LOCATOR

public static final String CREATE_NEW_LOCATOR
Deprecated. 
See Also:
Constant Field Values

ADMIN_LOCATOR

public static final String ADMIN_LOCATOR
Deprecated. 
See Also:
Constant Field Values

DOC_ID_LOCATOR

public static final String DOC_ID_LOCATOR
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AdminMenuITBase

public AdminMenuITBase()
Deprecated. 
Method Detail

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

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

testCreateNewCancel

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

testEditCancel

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


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