org.kuali.rice.kew.actions
Class RouteDocumentTest
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.actions.RouteDocumentTest
org.kuali.rice.kew.actions.RouteDocumentTest
- All Implemented Interfaces: 
- MethodAware
- public class RouteDocumentTest 
- extends KEWTestCase
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class org.kuali.rice.kew.test.KEWTestCase | 
| clearCacheManagers, getGroupIdForName, getLoadApplicationLifecycle, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getPrincipalIdForName, getPrincipalNameForId, getSuiteLifecycles, getTransactionTemplate, loadDefaultTestData, loadPerTestData, loadSuiteTestData, 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 | 
 
DOCUMENT_TYPE_NAME
public static final String DOCUMENT_TYPE_NAME
- See Also:
- Constant Field Values
DOCUMENT_TYPE_POLICY_TEST_NAME
public static final String DOCUMENT_TYPE_POLICY_TEST_NAME
- See Also:
- Constant Field Values
RouteDocumentTest
public RouteDocumentTest()
loadTestData
protected void loadTestData()
                     throws Exception
- 
- Overrides:
- loadTestDatain class- KEWTestCase
 
- 
- Throws:
- Exception
 
testRouteAlreadyRoutedDocument
public void testRouteAlreadyRoutedDocument()
                                    throws Exception
- Tests that an exception is thrown if you try to execute a "route" command on an already routed document.
 
- 
- Throws:
- Exception
 
testRouteDocumentAsNonInitiatorUser
public void testRouteDocumentAsNonInitiatorUser()
                                         throws Exception
- Tests that an exception is not thrown if you try to execute a "route" command on a document you did not initiate.
 
- 
- Throws:
- Exception
 
testRouteDefaultDocumentAsNonInitiatorUser
public void testRouteDefaultDocumentAsNonInitiatorUser()
                                                throws Exception
- Tests that an exception is not thrown if you try to execute a "route" command on a document you did not initiate.
 
- 
- Throws:
- Exception
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.