org.kuali.rice.krad.service
Class BusinessObjectServiceTest
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.test.KRADTestCase
org.kuali.rice.krad.service.BusinessObjectServiceTest
- All Implemented Interfaces:
- MethodAware
public class BusinessObjectServiceTest
- extends KRADTestCase
This class tests KULRICE-1666: missing Spring mapping for ojbCollectionHelper
(not injected into BusinessObjectDaoTest)
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
void |
testRetrieve()
Checks that a business object can be correctly retrieved through BusinessObjectService#retrieve |
void |
testSave()
This method tests saving a BO with a collection member |
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, 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 |
BusinessObjectServiceTest
public BusinessObjectServiceTest()
testSave
public void testSave()
throws Exception
- This method tests saving a BO with a collection member
- Throws:
Exception
testRetrieve
public void testRetrieve()
- Checks that a business object can be correctly retrieved through BusinessObjectService#retrieve
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.