edu.samplu.common
Class UpgradedSeleniumITBase

java.lang.Object
  extended by edu.samplu.common.UpgradedSeleniumITBase
Direct Known Subclasses:
AgendaEditRuleRefreshIT, AttributeDefinitionLookUpIT, CategoryLookUpIT, ClientErrorsIT, CollectionsIT, ConfigParameterBlanketAppIT, ConfigurationTestViewIT, ContraintsIT, CreateNewAgendaIT, DeleteSubCollectionLineIT, DirtyFieldsCheckIT, DocSearchToAnotherViewIT, FiscalOfficerInfoMaintenanceNewIT, HelpIT, IdentityGroupBlanketAppIT, IdentityPermissionBlanketAppIT, IdentityPersonBlanketAppIT, IdentityResponsibilityBlanketAppIT, IdentityRoleBlanketAppIT, IdentityRoleIT, LocationCampusBlanketAppIT, LocationCountryBlanketAppIT, LocationCountyBlanketAppIT, LocationPostCodeBlanketAppIT, LocationStateBlanketAppIT, LoginLogoutIT, MaintenanceAddDeleteFiscalOfficerIT, MaintenanceAddDeleteNoteIT, MaintenanceAdHocRecipientsIT, MaintenanceButtonsIT, MaintenanceConstraintTextIT, MaintenanceDisclosuresIT, MaintenanceDocumentOverviewIT, MaintenanceExpandCollapseIT, MaintenanceFieldsIT, MaintenanceHeaderIT, MaintenanceLookupAddMultipleLinesIT, MaintenanceNotesAndAttachmentsIT, MaintenanceQuickfinderIconsIT, MaintenanceRouteLogIT, MaintenanceSaveIT, MaintenanceSubsidizedPercentWatermarkIT, MenuITBase, ParentLineIT, ReferenceCampusTypeBlanketAppIT, ReferenceCampusTypeIT, ServerErrorsIT, ServerInfoIT, ServerWarningsIT, UIFComponentValidationRegexPatternIT, UifDataAttributesIT, UifTooltipIT, ValidCharsConstraintIT, WatermarkValidationIT, WorkFlowDocTypeBlanketAppIT, WorkFlowDocTypeIT, WorkFlowRouteRulesBlanketAppIT, WorkFlowRouteRulesDelegationIT, WorkFlowRouteRulesIT

Deprecated. Use WebDriverITBase for new tests.

public abstract class UpgradedSeleniumITBase
extends Object

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

Field Summary
protected  org.openqa.selenium.WebDriver driver
          Deprecated.  
static String PORTAL
          Deprecated.  
protected  com.thoughtworks.selenium.Selenium selenium
          Deprecated.  
 
Constructor Summary
UpgradedSeleniumITBase()
          Deprecated.  
 
Method Summary
static String getBaseUrlString()
          Deprecated.  
abstract  String getTestUrl()
          Deprecated. Returns the URL to be used with this test
static void login(com.thoughtworks.selenium.Selenium selenium)
          Deprecated.  
 void setUp()
          Deprecated.  
 void tearDown()
          Deprecated. Useful to set -Dremote.driver.dontTearDown=f -Dremote.driver.dontTearDown=n to not shutdown the browser when working on tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTAL

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

selenium

protected com.thoughtworks.selenium.Selenium selenium
Deprecated. 

driver

protected org.openqa.selenium.WebDriver driver
Deprecated. 
Constructor Detail

UpgradedSeleniumITBase

public UpgradedSeleniumITBase()
Deprecated. 
Method Detail

getTestUrl

public abstract String getTestUrl()
Deprecated. 
Returns the URL to be used with this test

Returns:
URL of the test

setUp

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

getBaseUrlString

public static String getBaseUrlString()
Deprecated. 

login

public static void login(com.thoughtworks.selenium.Selenium selenium)
Deprecated. 

tearDown

public void tearDown()
              throws Exception
Deprecated. 
Useful to set -Dremote.driver.dontTearDown=f -Dremote.driver.dontTearDown=n to not shutdown the browser when working on tests.

Throws:
Exception


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