| |
|
| org.kuali.workflow.test.WorkflowTestCase edu.iu.uis.eden.engine.StandardWorkflowEngineTest
Inner Class :public static class ImTheExploderProcessor implements KEWJavaService | |
Method Summary | |
protected void | loadTestData() | public void | tearDown() | public void | testFinalDocumentExceptionRoutingRecovery() Tests that a FINAL document can go into exception routing and recover
properly while only calling the PROCESSED and FINAL callbacks once. | public void | testSystemBranchState() Tests that the proper state is set up on the root branch in the document
to indicate that both PROCESSED and FINAL callbacks have been made into
the post processor. |
testFinalDocumentExceptionRoutingRecovery | public void testFinalDocumentExceptionRoutingRecovery() throws Exception(Code) | | Tests that a FINAL document can go into exception routing and recover
properly while only calling the PROCESSED and FINAL callbacks once.
|
testSystemBranchState | public void testSystemBranchState() throws Exception(Code) | | Tests that the proper state is set up on the root branch in the document
to indicate that both PROCESSED and FINAL callbacks have been made into
the post processor.
|
|
|
|