org.kuali.rice.krad.jpa
Class LegacyDataAdapterTest
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.jpa.LegacyDataAdapterTest
- All Implemented Interfaces:
- MethodAware
public class LegacyDataAdapterTest
- extends KRADTestCase
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 |
LegacyDataAdapterTest
public LegacyDataAdapterTest()
setUp
public void setUp()
throws Exception
- Overrides:
setUp
in class KRADTestCase
- Throws:
Exception
testGetPropertyType
public void testGetPropertyType()
throws Exception
- Throws:
Exception
testGetExtension_Legacy
public void testGetExtension_Legacy()
throws Exception
- Verifies that new instances of the extension object are created properly when in Legacy mode.
The
Account
object has it's extension mapped both using the
legacy KNS and non-Legacy KRAD approaches and it extends from PersistableBusinessObjectBase.
- Throws:
Exception
testGetExtension
public void testGetExtension()
throws Exception
- Verifies that new instances of the extension object are created properly when using KRAD.
The
Account
object has it's extension mapped both using the
legacy KNS and non-Legacy KRAD approaches and it extends from PersistableBusinessObjectBase.
- Throws:
Exception
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.