org.kuali.rice.kew.actionrequest
Class ActionRequestScenariosTest
java.lang.Object
org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaselineTestCase
org.kuali.rice.kew.test.KEWTestCase
org.kuali.rice.kew.actionrequest.ActionRequestScenariosTest
- All Implemented Interfaces:
- MethodAware
public class ActionRequestScenariosTest
- extends KEWTestCase
This is a description of what this class does - jjhanso don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class org.kuali.rice.kew.test.KEWTestCase |
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, 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 |
ActionRequestScenariosTest
public ActionRequestScenariosTest()
loadTestData
protected void loadTestData()
throws Exception
- Overrides:
loadTestData
in class KEWTestCase
- Throws:
Exception
testInlineRequestsRouteModule
public void testInlineRequestsRouteModule()
throws Exception
- Tests InlineRequestsRouteModule routing.
- Throws:
Exception
testInlineRequestsRouteModule_UsingAttributes
public void testInlineRequestsRouteModule_UsingAttributes()
throws Exception
- Throws:
Exception
testForceActionWithDelegation
public void testForceActionWithDelegation()
throws Exception
- Test that force action works properly in the face of delegations.
Tests the resolution of KULWF-642.
- Throws:
Exception
testRoleToRoleDelegation
public void testRoleToRoleDelegation()
throws Exception
- Test that Role to Role Delegation works properly.
Implemented to expose the bug and test the fix for KULWF-655.
- Throws:
Exception
testRoleToRoleMixedApprovePoliciesDelegation
public void testRoleToRoleMixedApprovePoliciesDelegation()
throws Exception
- Throws:
Exception
testUnresolvableRoleAttributeRecipients
public void testUnresolvableRoleAttributeRecipients()
throws Exception
- Throws:
Exception
getPrincipalIdFromPrincipalName
private String getPrincipalIdFromPrincipalName(String principalName)
getGroupIdFromGroupName
private String getGroupIdFromGroupName(String namespace,
String groupName)
getRoleIdFromRoleName
private String getRoleIdFromRoleName(String namespaceCode,
String roleName)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.