edu.samplu.admin.test
Class DocumentSearchURLParametersITBase
java.lang.Object
edu.samplu.common.WebDriverITBase
edu.samplu.admin.test.DocumentSearchURLParametersITBase
- Direct Known Subclasses:
- DocumentSearchURLParametersIT_testAdvancedSearchFields, DocumentSearchURLParametersIT_testAdvancedSearchFieldsAndExecuteSearch, DocumentSearchURLParametersIT_testAdvancedSearchFieldsAndExecuteSearchWithHiddenCriteria, DocumentSearchURLParametersIT_testAdvancedSearchMode, DocumentSearchURLParametersIT_testBasicSearchFields, DocumentSearchURLParametersIT_testBasicSearchFieldsAndExecuteSearch, DocumentSearchURLParametersIT_testBasicSearchFieldsAndExecuteSearchWithHiddenCriteria, DocumentSearchURLParametersIT_testBasicSearchMode, DocumentSearchURLParametersIT_testCriteriaDisabled, DocumentSearchURLParametersIT_testHeaderBarDisabled, DocumentSearchURLParametersIT_testSupplyingSavedSearchNameDoesNothing
public class DocumentSearchURLParametersITBase
- extends WebDriverITBase
Tests docsearch url parameters
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class edu.samplu.common.WebDriverITBase |
acceptAlert, assertPopUpWindowUrl, checkForIncidentReport, checkForIncidentReport, checkForIncidentReport, clearText, clearTextByName, clearTextByXpath, createAndStartService, dismissAlert, getAttribute, getAttributeByName, getAttributeByXpath, getEval, getUserName, isElementPresent, isElementPresentQuick, setUp, stopService, switchWindow, tearDown, waitAndClick, waitAndClick, waitAndClick, waitAndClick, waitAndClickByLinkText, waitAndClickByLinkText, waitAndType, waitAndType, waitAndTypeByName, waitAndTypeByXpath, waitAndTypeByXpath, waitFor, waitFor, waitForElementPresent, waitForElementPresentByName, waitForElementPresentByXpath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CORE_FIELDS
protected static final Map<String,String> CORE_FIELDS
BASIC_FIELDS
protected static final Map<String,String> BASIC_FIELDS
ADVANCED_FIELDS
protected static final Map<String,String> ADVANCED_FIELDS
DocumentSearchURLParametersITBase
public DocumentSearchURLParametersITBase()
getTestUrl
public String getTestUrl()
- Description copied from class:
WebDriverITBase
- Returns the URL to be used with this test
- Specified by:
getTestUrl
in class WebDriverITBase
- Returns:
- URL of the test
getDocSearchURL
protected String getDocSearchURL(String params)
findModeToggleButton
protected org.openqa.selenium.WebElement findModeToggleButton()
assertSearchDetailMode
protected void assertSearchDetailMode(org.openqa.selenium.WebElement e,
boolean advanced)
assertInputValues
protected void assertInputValues(Map<String,String> fields)
assertInputPresence
protected void assertInputPresence(Map<String,String> fields,
boolean present)
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.