org.kuali.rice.kns.workflow
Class SearchAttributeIndexRequestTest
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.krad.test.KRADTestCase
org.kuali.rice.kns.workflow.SearchAttributeIndexRequestTest
- All Implemented Interfaces:
- MethodAware
- Direct Known Subclasses:
- SearchAttributeIndexRequestOjbTest
Deprecated. KNS test class, convert to KRAD equivalent if applicable.
@Deprecated
public class SearchAttributeIndexRequestTest
- extends KRADTestCase
tests that a document, which goes through a regular or blanket approval process, is indexed correctly
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchAttributeIndexRequestTest
public SearchAttributeIndexRequestTest()
- Deprecated.
regularApproveTest
public void regularApproveTest()
throws Exception
- Deprecated.
- Tests that a document, which goes through a regular approval process, is indexed correctly
- Throws:
Exception
assertApproveAttributes
protected void assertApproveAttributes(Document document,
DocumentType documentType,
String principalId)
throws Exception
- Deprecated.
- Throws:
Exception
blanketApproveTest
public void blanketApproveTest()
throws Exception
- Deprecated.
- Tests that a blanket approved document is indexed correctly
- Throws:
Exception
assertBlanketApproveAttributes
protected void assertBlanketApproveAttributes(Document document,
DocumentType documentType,
String principalId)
throws Exception
- Deprecated.
- Throws:
Exception
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.