org.kuali.rice.krad.web.bind
Class UifServletRequestDataBinderIntegrationTest
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.krad.test.KRADTestCase
org.kuali.rice.krad.web.bind.UifServletRequestDataBinderIntegrationTest
- All Implemented Interfaces:
- MethodAware
public class UifServletRequestDataBinderIntegrationTest
- extends KRADTestCase
Integration test for the UifServletRequestDataBinder
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
void |
testAutoLinking_UsingForeignKey()
Tests auto linking of the ConferenceSession on a SessionCoordinator
"document.newMaintainableObject.dataObject.altCoordinator1Id" is passed on the request. |
void |
testAutoLinking_UsingIdentity()
Tests auto linking of the SessionCoordinator on an account whenever
"document.newMaintainableObject.dataObject.accoumentManager.amId" is passed on the request. |
void |
testModifiedPropertyTracking()
|
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UifServletRequestDataBinderIntegrationTest
public UifServletRequestDataBinderIntegrationTest()
testAutoLinking_UsingForeignKey
public void testAutoLinking_UsingForeignKey()
- Tests auto linking of the ConferenceSession on a SessionCoordinator
"document.newMaintainableObject.dataObject.altCoordinator1Id" is passed on the request. This should use
"foreign-key-based" linking to fetch the SessionCoordinator
testAutoLinking_UsingIdentity
public void testAutoLinking_UsingIdentity()
- Tests auto linking of the SessionCoordinator on an account whenever
"document.newMaintainableObject.dataObject.accoumentManager.amId" is passed on the request. This should use
"identity-based" linking to fetch the SessionCoordinator
testModifiedPropertyTracking
public void testModifiedPropertyTracking()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.