org.kuali.rice.ken.dao
Class BusinessObjectDaoTest
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.ken.test.KENTestCase
                          
org.kuali.rice.ken.dao.BusinessObjectDaoTestCaseBase
                              
org.kuali.rice.ken.dao.BusinessObjectDaoTest
- All Implemented Interfaces: 
 - MethodAware
 
public class BusinessObjectDaoTest
- extends BusinessObjectDaoTestCaseBase
 
This class tests the various methods offered up by the BusinessObjectDao.
- Author:
 
  - Kuali Rice Team (rice.collab@kuali.org)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
| 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 | 
 
BusinessObjectDaoTest
public BusinessObjectDaoTest()
testFindByPrimaryKey
public void testFindByPrimaryKey()
 
testFindByUniqueKey
public void testFindByUniqueKey()
 
testFindAll
public void testFindAll()
 
testFindAllOrderBy
public void testFindAllOrderBy()
 
testFindMatching
public void testFindMatching()
 
testCountMatchingClassMap
public void testCountMatchingClassMap()
 
testCountMatchingClassMapMap
public void testCountMatchingClassMapMap()
 
testFindMatchingOrderBy
public void testFindMatchingOrderBy()
 
testSaveObject
public void testSaveObject()
 
testSaveList
public void testSaveList()
 
testSaveListViolateConstraint
public void testSaveListViolateConstraint()
 
testDeleteObject
public void testDeleteObject()
 
testDeleteListOfObject
public void testDeleteListOfObject()
 
testDeleteMatching
public void testDeleteMatching()
 
testRetrieve
public void testRetrieve()
 
testFindMatchingByExample
public void testFindMatchingByExample()
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.