org.kuali.rice.kew.actions
Class AdHocRouteTest

java.lang.Object
  extended by org.kuali.rice.test.BaseRiceTestCase
      extended by org.kuali.rice.test.RiceTestCase
          extended by org.kuali.rice.test.RiceInternalSuiteDataTestCase
              extended by org.kuali.rice.test.BaseModuleTestCase
                  extended by org.kuali.rice.test.BaselineTestCase
                      extended by org.kuali.rice.kew.test.KEWTestCase
                          extended by org.kuali.rice.kew.actions.AdHocRouteTest
All Implemented Interfaces:
MethodAware

public class AdHocRouteTest
extends KEWTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.kew.test.KEWTestCase
KEWTestCase.ClearCacheLifecycle
 
Nested classes/interfaces inherited from class org.kuali.rice.test.BaselineTestCase
BaselineTestCase.BaselineMode, BaselineTestCase.Mode
 
Field Summary
 
Fields inherited from class org.kuali.rice.test.BaselineTestCase
dirty
 
Fields inherited from class org.kuali.rice.test.BaseModuleTestCase
LOG, moduleName
 
Fields inherited from class org.kuali.rice.test.RiceTestCase
DEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycles
 
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase
log, method
 
Constructor Summary
AdHocRouteTest()
           
 
Method Summary
protected  void loadTestData()
           
 void testAdHocDissaprovedDocument()
           
 void testAdHocFieldsSavedCorrectly()
           
 void testAdHocNoNodeName()
           
 void testAdHocToInitiator()
          Test generation of an initial ad-hoc request to initiator prior to routing.
 void testAdHocWhenDocumentIsFinal()
           
 void testAdHocWhenDocumentIsInitiated()
           
 void testAdHocWhenDocumentIsSaved()
           
 void testAdHocWithNoNodes()
           
 void testAdHocWithPriorityParallelActivation()
          This test allows us to ensure that Priority-Parallel activation is working as expected.
 void testAdHocWithRequestLabel_ToGroup()
           
 void testAdHocWithRequestLabel_ToPrincipal()
           
 void testParallelAdHocRouting()
           
 void testRepeatedAdHocRouting()
           
 void testRequestLabel()
           
 void testSerialAdHocRouting()
           
 
Methods inherited from class org.kuali.rice.kew.test.KEWTestCase
clearCacheManagers, getGroupIdForName, getLoadApplicationLifecycle, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getPrincipalIdForName, getPrincipalNameForId, getRoleIdForName, getSuiteLifecycles, getTransactionTemplate, loadDefaultTestData, loadPerTestData, loadSuiteTestData, loadXmlFile, loadXmlFile, loadXmlFileFromFileSystem, loadXmlStream, setUpAfterDataLoad
 
Methods inherited from class org.kuali.rice.test.BaselineTestCase
getClearDbPerTestLifecycles, getMode, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles, setUp
 
Methods inherited from class org.kuali.rice.test.BaseModuleTestCase
getModuleName
 
Methods inherited from class org.kuali.rice.test.RiceInternalSuiteDataTestCase
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData
 
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 org.kuali.rice.test.BaseRiceTestCase
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdHocRouteTest

public AdHocRouteTest()
Method Detail

loadTestData

protected void loadTestData()
                     throws Exception
Overrides:
loadTestData in class KEWTestCase
Throws:
Exception

testRequestLabel

public void testRequestLabel()
                      throws Exception
Throws:
Exception

testParallelAdHocRouting

public void testParallelAdHocRouting()
                              throws Exception
Throws:
Exception

testAdHocToInitiator

public void testAdHocToInitiator()
                          throws Exception
Test generation of an initial ad-hoc request to initiator prior to routing. This test will fail until EN-643 is resolved.

Throws:
Exception

testSerialAdHocRouting

public void testSerialAdHocRouting()
                            throws Exception
Throws:
Exception

testRepeatedAdHocRouting

public void testRepeatedAdHocRouting()
                              throws Exception
Throws:
Exception

testAdHocWhenDocumentIsInitiated

public void testAdHocWhenDocumentIsInitiated()
                                      throws Exception
Throws:
Exception

testAdHocWhenDocumentIsFinal

public void testAdHocWhenDocumentIsFinal()
                                  throws Exception
Throws:
Exception

testAdHocWhenDocumentIsSaved

public void testAdHocWhenDocumentIsSaved()
                                  throws Exception
Throws:
Exception

testAdHocFieldsSavedCorrectly

public void testAdHocFieldsSavedCorrectly()
                                   throws Exception
Throws:
Exception

testAdHocDissaprovedDocument

public void testAdHocDissaprovedDocument()
                                  throws Exception
Throws:
Exception

testAdHocNoNodeName

public void testAdHocNoNodeName()
                         throws Exception
Throws:
Exception

testAdHocWithRequestLabel_ToPrincipal

public void testAdHocWithRequestLabel_ToPrincipal()
                                           throws Exception
Throws:
Exception

testAdHocWithRequestLabel_ToGroup

public void testAdHocWithRequestLabel_ToGroup()
                                       throws Exception
Throws:
Exception

testAdHocWithNoNodes

public void testAdHocWithNoNodes()
                          throws Exception
Throws:
Exception

testAdHocWithPriorityParallelActivation

public void testAdHocWithPriorityParallelActivation()
                                             throws Exception
This test allows us to ensure that Priority-Parallel activation is working as expected.

Throws:
Exception


Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.