org.kuali.rice.kcb.dao
Class RecipientPreferenceDaoTest

java.lang.Object
  extended by org.kuali.rice.test.BaseRiceTestCase
      extended by org.kuali.rice.test.RiceTestCase
          extended by org.kuali.rice.test.RiceInternalSuiteDataTestCase
              extended by org.kuali.rice.test.BaseModuleTestCase
                  extended by org.kuali.rice.test.BaselineTestCase
                      extended by org.kuali.rice.kcb.test.KCBTestCase
                          extended by org.kuali.rice.kcb.test.BusinessObjectTestCase
                              extended by 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)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.test.BaselineTestCase
BaselineTestCase.BaselineMode, BaselineTestCase.Mode
 
Field Summary
 
Fields inherited from class org.kuali.rice.kcb.test.BusinessObjectTestCase
businessObjectDao
 
Fields inherited from class org.kuali.rice.kcb.test.KCBTestCase
services
 
Fields inherited from class org.kuali.rice.test.BaselineTestCase
dirty
 
Fields inherited from class org.kuali.rice.test.BaseModuleTestCase
LOG, moduleName
 
Fields inherited from class org.kuali.rice.test.RiceTestCase
DEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycles
 
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase
log, method
 
Constructor Summary
RecipientPreferenceDaoTest()
           
 
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.kcb.test.BusinessObjectTestCase
setUp, testDuplicateCreate, testInvalidCreate, testInvalidDelete, testInvalidRead, testInvalidUpdate, testReadById
 
Methods inherited from class org.kuali.rice.kcb.test.KCBTestCase
getLoadApplicationLifecycle
 
Methods inherited from class org.kuali.rice.test.BaselineTestCase
getClearDbPerTestLifecycles, getMode, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles
 
Methods inherited from class org.kuali.rice.test.BaseModuleTestCase
getModuleName
 
Methods inherited from class org.kuali.rice.test.RiceInternalSuiteDataTestCase
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData, loadSuiteTestData
 
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 org.kuali.rice.test.BaseRiceTestCase
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientPreferenceDaoTest

public RecipientPreferenceDaoTest()
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.