org.kuali.rice.ken.dao
Class NotificationPriorityDaoTest
java.lang.Object
   org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.BaseRiceTestCase
       org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceTestCase
           org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
               org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaseModuleTestCase
                   org.kuali.rice.test.BaselineTestCase
org.kuali.rice.test.BaselineTestCase
                       org.kuali.rice.ken.test.KENTestCase
org.kuali.rice.ken.test.KENTestCase
                           org.kuali.rice.ken.dao.BusinessObjectDaoTestCaseBase
org.kuali.rice.ken.dao.BusinessObjectDaoTestCaseBase
                               org.kuali.rice.ken.dao.BusinessObjectPersistenceTestCaseBase
org.kuali.rice.ken.dao.BusinessObjectPersistenceTestCaseBase
                                   org.kuali.rice.ken.dao.NotificationPriorityDaoTest
org.kuali.rice.ken.dao.NotificationPriorityDaoTest
- All Implemented Interfaces: 
- MethodAware
- public class NotificationPriorityDaoTest 
- extends BusinessObjectPersistenceTestCaseBase
This class test basic persistence for the NotificationPriority business object.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
 
 
 
 
 
 
 
 
 
| Method Summary | 
| protected  boolean | delete()This method must be implemented to return true if a record 
 was properly delted from the database.
 | 
| protected  boolean | insert()This method must be implemented to return true if a record 
 was properly inserted into the database.
 | 
| protected  boolean | retrieve()This method must be implemented to return true if a record 
 was properly retreived from the database.
 | 
| protected  boolean | update()This method must be implemented to return true if a record 
 was properly updated in the database.
 | 
| protected  boolean | validateChanges()This method should be implemented to retrieve the objects that were just updated, and validate 
 that their changes took effect.
 | 
 
 
 
 
 
 
 
| 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 | 
 
mockPriority1
NotificationPriority mockPriority1
priority1
NotificationPriority priority1
updatedDescriptions
private String[] updatedDescriptions
NotificationPriorityDaoTest
public NotificationPriorityDaoTest()
delete
protected boolean delete()
- Description copied from class: BusinessObjectPersistenceTestCaseBase
- This method must be implemented to return true if a record 
 was properly delted from the database.
 
- 
- Specified by:
- deletein class- BusinessObjectPersistenceTestCaseBase
 
- 
- Returns:
- boolean
- See Also:
- BusinessObjectPersistenceTestCaseBase.delete()
 
retrieve
protected boolean retrieve()
- Description copied from class: BusinessObjectPersistenceTestCaseBase
- This method must be implemented to return true if a record 
 was properly retreived from the database.
 
- 
- Specified by:
- retrievein class- BusinessObjectPersistenceTestCaseBase
 
- 
- Returns:
- boolean
- See Also:
- BusinessObjectPersistenceTestCaseBase.retrieve()
 
insert
protected boolean insert()
- Description copied from class: BusinessObjectPersistenceTestCaseBase
- This method must be implemented to return true if a record 
 was properly inserted into the database.
 
- 
- Specified by:
- insertin class- BusinessObjectPersistenceTestCaseBase
 
- 
- Returns:
- boolean
- See Also:
- BusinessObjectPersistenceTestCaseBase.insert()
 
update
protected boolean update()
- Description copied from class: BusinessObjectPersistenceTestCaseBase
- This method must be implemented to return true if a record 
 was properly updated in the database.
 
- 
- Specified by:
- updatein class- BusinessObjectPersistenceTestCaseBase
 
- 
- Returns:
- boolean
- See Also:
- BusinessObjectPersistenceTestCaseBase.update()
 
validateChanges
protected boolean validateChanges()
- Description copied from class: BusinessObjectPersistenceTestCaseBase
- This method should be implemented to retrieve the objects that were just updated, and validate 
 that their changes took effect.
 
- 
- Specified by:
- validateChangesin class- BusinessObjectPersistenceTestCaseBase
 
- 
- Returns:
- boolean
- See Also:
- BusinessObjectPersistenceTestCaseBase.validateChanges()
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.