org.kuali.rice.kew.messaging.exceptionhandling
Class ExceptionRoutingServiceTest
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.messaging.exceptionhandling.ExceptionRoutingServiceTest
org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceTest
- All Implemented Interfaces: 
- MethodAware
- public class ExceptionRoutingServiceTest 
- extends KEWTestCase
This is a unit test for testing the functionality of the ExceptionRoutingService.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class org.kuali.rice.kew.test.KEWTestCase | 
| clearCacheManagers, getGroupIdForName, getLoadApplicationLifecycle, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getPrincipalIdForName, getPrincipalNameForId, getSuiteLifecycles, getTransactionTemplate, loadDefaultTestData, loadPerTestData, loadSuiteTestData, loadTestData, 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 | 
 
ExceptionRoutingServiceTest
public ExceptionRoutingServiceTest()
testKimExceptionRouting
public void testKimExceptionRouting()
                             throws Exception
- Checks to make sure that the KIM routing is working.
 Based upon the test method org.kuali.rice.kew.doctype.DocumentTypeTest.testFinalApproverRouting()
 
- 
- Throws:
- Exception
 
testKimExceptionRoutingWithDocHierarchy
public void testKimExceptionRoutingWithDocHierarchy()
                                             throws Exception
- Checks to make sure that the KIM routing is working with hierarchical documents.
 Based upon the test method org.kuali.rice.kew.doctype.DocumentTypeTest.testFinalApproverRouting()
 
- 
- Throws:
- Exception
 
testKimExceptionRoutingWithRiceDocumentChild
public void testKimExceptionRoutingWithRiceDocumentChild()
                                                  throws Exception
- Checks to make sure that the KIM routing is working for a RiceDocument child.
 Based upon the test method org.kuali.rice.kew.doctype.DocumentTypeTest.testFinalApproverRouting()
 
- 
- Throws:
- Exception
 
testExplicitlyPlacingDocumentInException
public void testExplicitlyPlacingDocumentInException()
- Makes sure the WorkflowDocumentService.placeInExceptionRouting(String, org.kuali.rice.kew.routeheader.DocumentRouteHeaderValue, String)method exposed throughWorkflowDocumentActionsService.placeInExceptionRouting(org.kuali.rice.kew.api.action.DocumentActionParameters)andWorkflowDocument.placeInExceptionRouting(String)at the time of this writing works when not called in the context of an exisiting message.
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.