org.kuali.rice.kcb.dao
Class RecipientPreferenceDaoTest
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.kcb.test.KCBTestCase
                          
org.kuali.rice.kcb.test.BusinessObjectTestCase
                              
org.kuali.rice.kcb.dao.RecipientPreferenceDaoTest
- All Implemented Interfaces: 
 - MethodAware
 
public class RecipientPreferenceDaoTest
- extends BusinessObjectTestCase
 
This class test basic persistence for the RecipientPreference business object.
- Author:
 
  - Kuali Rice Team (rice.collab@kuali.org)
 
 
 
 
 
 
 
 
 
 
 
| 
Method Summary | 
 void | 
testCreate()
 
          This method should be overridden to test creation | 
 void | 
testDelete()
 
          This method should be overridden to test delete | 
 void | 
testReadByQuery()
 
          This method should be overridden to test retrieval | 
 void | 
testUpdate()
 
          This method should be overridden to test updating | 
 
 
 
 
 
 
| Methods inherited from class org.kuali.rice.test.RiceTestCase | 
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getSuiteLifecycles, 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 | 
 
RecipientPreferenceDaoTest
public RecipientPreferenceDaoTest()
testDelete
public void testDelete()
- Description copied from class: 
BusinessObjectTestCase 
- This method should be overridden to test delete
- Specified by:
 testDelete in class BusinessObjectTestCase
 
- See Also:
 BusinessObjectPersistenceTestCaseBase.delete()
 
 
testReadByQuery
public void testReadByQuery()
- Description copied from class: 
BusinessObjectTestCase 
- This method should be overridden to test retrieval
- Overrides:
 testReadByQuery in class BusinessObjectTestCase
 
- See Also:
 BusinessObjectPersistenceTestCaseBase.retrieve()
 
 
testCreate
public void testCreate()
- Description copied from class: 
BusinessObjectTestCase 
- This method should be overridden to test creation
- Specified by:
 testCreate in class BusinessObjectTestCase
 
- See Also:
 BusinessObjectPersistenceTestCaseBase.insert()
 
 
testUpdate
public void testUpdate()
- Description copied from class: 
BusinessObjectTestCase 
- This method should be overridden to test updating
- Specified by:
 testUpdate in class BusinessObjectTestCase
 
- See Also:
 BusinessObjectPersistenceTestCaseBase.update()
 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.