edu.samplu.admin.test
Class DocumentSearchURLParametersITBase

java.lang.Object
  extended by edu.samplu.common.WebDriverITBase
      extended by 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)

Field Summary
protected static Map<String,String> ADVANCED_FIELDS
           
protected static Map<String,String> BASIC_FIELDS
           
protected static Map<String,String> CORE_FIELDS
           
 
Fields inherited from class edu.samplu.common.WebDriverITBase
driver
 
Constructor Summary
DocumentSearchURLParametersITBase()
           
 
Method Summary
protected  void assertInputPresence(Map<String,String> fields, boolean present)
           
protected  void assertInputValues(Map<String,String> fields)
           
protected  void assertSearchDetailMode(org.openqa.selenium.WebElement e, boolean advanced)
           
protected  org.openqa.selenium.WebElement findModeToggleButton()
           
protected  String getDocSearchURL(String params)
           
 String getTestUrl()
          Returns the URL to be used with this test
 
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
 

Field Detail

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
Constructor Detail

DocumentSearchURLParametersITBase

public DocumentSearchURLParametersITBase()
Method Detail

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-2015 The Kuali Foundation. All Rights Reserved.