public class NotificationProducerDaoTest extends BusinessObjectPersistenceTestCaseBase
KENTestCase.ClearCacheLifecycle
BaselineTestCase.BaselineMode, BaselineTestCase.Mode
businessObjectDao
services, transactionManager
dirty
LOG, moduleName
DEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycles
log, method
Constructor and Description |
---|
NotificationProducerDaoTest() |
Modifier and Type | Method and Description |
---|---|
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 void |
setup()
This method should be overridden and implemented to perform a setup of any dependent objects that
business object may need to reference.
|
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.
|
testBasicPersistence
setUp
disableQuartzJobs, enableQuartzJobs, getLoadApplicationLifecycle, getNotificationPerTestLifecycles, getPerTestLifecycles, getPerTestTablesToClear, getSuiteLifecycles, loadDefaultTestData, loadPerTestData, setUpAfterDataLoad
getClearDbPerTestLifecycles, getMode, getPerTestTablesNotToClear, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles
getModuleName
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData, loadSuiteTestData
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod
public NotificationProducerDaoTest()
protected void setup()
BusinessObjectPersistenceTestCaseBase
setup
in class BusinessObjectPersistenceTestCaseBase
BusinessObjectPersistenceTestCaseBase.setup()
protected boolean delete()
BusinessObjectPersistenceTestCaseBase
delete
in class BusinessObjectPersistenceTestCaseBase
BusinessObjectPersistenceTestCaseBase.delete()
protected boolean retrieve()
BusinessObjectPersistenceTestCaseBase
retrieve
in class BusinessObjectPersistenceTestCaseBase
BusinessObjectPersistenceTestCaseBase.retrieve()
protected boolean insert()
BusinessObjectPersistenceTestCaseBase
insert
in class BusinessObjectPersistenceTestCaseBase
BusinessObjectPersistenceTestCaseBase.insert()
protected boolean update()
BusinessObjectPersistenceTestCaseBase
update
in class BusinessObjectPersistenceTestCaseBase
BusinessObjectPersistenceTestCaseBase.update()
protected boolean validateChanges()
BusinessObjectPersistenceTestCaseBase
validateChanges
in class BusinessObjectPersistenceTestCaseBase
BusinessObjectPersistenceTestCaseBase.validateChanges()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.