org.kuali.rice.kew.docsearch.xml
Class StandardGenericXMLSearchableAttributeRangesTest
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.rice.kew.test.KEWTestCase
org.kuali.rice.kew.docsearch.DocumentSearchTestBase
org.kuali.rice.kew.docsearch.xml.StandardGenericXMLSearchableAttributeRangesTest
- All Implemented Interfaces:
- MethodAware
public class StandardGenericXMLSearchableAttributeRangesTest
- extends DocumentSearchTestBase
Tests the StandardGenericXMLSearchableAttribute.
KULWF-654: Tests the resolution to this issue by configuring a CustomActionListAttribute as well as a
searchable attribute.
Method Summary |
protected RemotableAttributeError |
assertDocumentSearchCriteriaValidation(StandardGenericXMLSearchableAttribute attribute,
ExtensionDefinition ed,
String attrkey,
String attrvalue,
String expectedErrorMessage)
Helper to assert document search criteria validation |
protected void |
assertRangeSearchResults(String docType,
String userId,
String attrKey,
String lowerBound,
String upperBound,
boolean upperBoundInclusive,
int expected)
Helper that asserts range search results |
protected void |
loadTestData()
|
void |
retrieveDocSearchSvc()
|
protected WorkflowDocument |
setUpSearchableDoc()
Sets up a doc for searching with ranged queries |
void |
testDateRanges()
|
void |
testFloatRanges()
|
void |
testGetSearchingRowsUsingRangeSearches()
|
void |
testLongRanges()
|
void |
testRangeDefinitionStringAttributes()
|
void |
testStringRanges()
|
void |
testValidateUserSearchRangeInputs()
|
Methods inherited from class org.kuali.rice.kew.test.KEWTestCase |
clearCacheManagers, getGroupIdForName, getLoadApplicationLifecycle, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getPrincipalIdForName, getPrincipalNameForId, getSuiteLifecycles, getTransactionTemplate, loadDefaultTestData, loadPerTestData, loadSuiteTestData, loadXmlFile, loadXmlFile, loadXmlFileFromFileSystem, loadXmlStream, setUpAfterDataLoad |
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, 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 |
StandardGenericXMLSearchableAttributeRangesTest
public StandardGenericXMLSearchableAttributeRangesTest()
loadTestData
protected void loadTestData()
throws Exception
- Overrides:
loadTestData
in class KEWTestCase
- Throws:
Exception
retrieveDocSearchSvc
public void retrieveDocSearchSvc()
testGetSearchingRowsUsingRangeSearches
public void testGetSearchingRowsUsingRangeSearches()
testValidateUserSearchRangeInputs
public void testValidateUserSearchRangeInputs()
assertDocumentSearchCriteriaValidation
protected RemotableAttributeError assertDocumentSearchCriteriaValidation(StandardGenericXMLSearchableAttribute attribute,
ExtensionDefinition ed,
String attrkey,
String attrvalue,
String expectedErrorMessage)
- Helper to assert document search criteria validation
setUpSearchableDoc
protected WorkflowDocument setUpSearchableDoc()
- Sets up a doc for searching with ranged queries
assertRangeSearchResults
protected void assertRangeSearchResults(String docType,
String userId,
String attrKey,
String lowerBound,
String upperBound,
boolean upperBoundInclusive,
int expected)
throws WorkflowServiceErrorException
- Helper that asserts range search results
- Throws:
WorkflowServiceErrorException
testStringRanges
public void testStringRanges()
throws Exception
- Throws:
Exception
testLongRanges
public void testLongRanges()
throws Exception
- Throws:
Exception
testFloatRanges
public void testFloatRanges()
throws Exception
- Throws:
Exception
testDateRanges
public void testDateRanges()
throws Exception
- Throws:
Exception
testRangeDefinitionStringAttributes
public void testRangeDefinitionStringAttributes()
throws Exception
- Throws:
Exception
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.