| |
|
| org.kuali.workflow.test.WorkflowTestCase edu.iu.uis.eden.routemanager.ExceptionRoutingTest
testExceptionInTransitionFromStart | public void testExceptionInTransitionFromStart() throws Exception(Code) | | this tests that the document appropriately gets to exception routing if there is a
problem when transitioning out of first node
throws: Exception - |
testInvalidActionsInExceptionRouting | public void testInvalidActionsInExceptionRouting() throws Exception(Code) | | |
testParallelExceptionRouting | public void testParallelExceptionRouting() throws Exception(Code) | | |
testRequeueOfExceptionDocument | public void testRequeueOfExceptionDocument() throws Exception(Code) | | Test to verify the fix for KULWF-669.
This tests that if we requeue an exception document (through the RouteQueueService) that it doesn't transition
out of exception routing. Then check that, if we complete it, it properly transitions out of exception routing.
|
testSequentialExceptionRouting | public void testSequentialExceptionRouting() throws Exception(Code) | | |
|
|
|