org.kuali.rice.krad.workflow
Class DataDictionarySearchableAttributeTest
java.lang.Object
org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaselineTestCase
org.kuali.test.KRADTestCase
org.kuali.rice.krad.workflow.DataDictionarySearchableAttributeTest
- All Implemented Interfaces:
- MethodAware
public class DataDictionarySearchableAttributeTest
- extends KRADTestCase
This class performs various DataDictionarySearchableAttribute-related tests on the doc search, including verification of proper wildcard functionality.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataDictionarySearchableAttributeTest
public DataDictionarySearchableAttributeTest()
setUp
public void setUp()
throws Exception
- Overrides:
setUp
in class BaselineTestCase
- Throws:
Exception
testWildcardsAndMultiSelectsOnDDSearchableAttributes
public void testWildcardsAndMultiSelectsOnDDSearchableAttributes()
throws Exception
- Tests the use of multi-select and wildcard searches to ensure that they function correctly for DD searchable attributes on the doc search.
- Throws:
Exception
testValidateUserSearchInputsNoCast
public void testValidateUserSearchInputsNoCast()
throws Exception
- Validates that the search inputs does not cause a class cast exception
- Throws:
Exception
testErrorMessageResolution
public void testErrorMessageResolution()
throws Exception
- Tests handling resolution of error messages
- Throws:
Exception
testMultiSelectIntegration
public void testMultiSelectIntegration()
throws Exception
- Test multiple value searches in the context of whole document search context
- Throws:
Exception
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.