org.kuali.rice.kew.routeheader
Class RouteHeaderServiceTest
java.lang.Object
   org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.BaseRiceTestCase
       org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceTestCase
           org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
               org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaseModuleTestCase
                   org.kuali.rice.test.BaselineTestCase
org.kuali.rice.test.BaselineTestCase
                       org.kuali.rice.kew.test.KEWTestCase
org.kuali.rice.kew.test.KEWTestCase
                           org.kuali.rice.kew.routeheader.RouteHeaderServiceTest
org.kuali.rice.kew.routeheader.RouteHeaderServiceTest
- All Implemented Interfaces: 
- MethodAware
- public class RouteHeaderServiceTest 
- extends KEWTestCase
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class org.kuali.rice.kew.test.KEWTestCase | 
| getGroupIdForName, getLoadApplicationLifecycle, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getPrincipalIdForName, getPrincipalNameForId, getSuiteLifecycles, getTransactionTemplate, loadDefaultTestData, loadPerTestData, loadSuiteTestData, loadTestData, loadXmlFile, loadXmlFile, loadXmlFileFromFileSystem, loadXmlStream | 
 
 
 
 
| 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 | 
 
lock
private Object lock
routeHeaderService
private RouteHeaderService routeHeaderService
RouteHeaderServiceTest
public RouteHeaderServiceTest()
setUpAfterDataLoad
protected void setUpAfterDataLoad()
                           throws Exception
- Description copied from class: KEWTestCase
- Default implementation does nothing. Subclasses should override this
 method if they want to perform setup work inside of a database
 transaction.
 
- 
- Overrides:
- setUpAfterDataLoadin class- KEWTestCase
 
- 
- Throws:
- Exception
 
testLargeDocumentContent
public void testLargeDocumentContent()
                              throws Exception
- Tests the saving of a document with large XML content.  This verifies that large CLOBs (> 4000 bytes)
 can be saved by OJB.  This can cause paticular issues with Oracle and OJB has to unwrap the native jdbc
 Connections and Statements from the pooled connection.  We need to make sure this is working for our
 pooling software of choice.
 
- 
- Throws:
- Exception
 
testGetApplicationIdByDocumentId
public void testGetApplicationIdByDocumentId()
                                      throws Exception
- 
- Throws:
- Exception
 
testLockRouteHeader
public void testLockRouteHeader()
                         throws Exception
- 
- Throws:
- Exception
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.