public abstract class BusinessObjectTestCase extends KCBTestCase
BaselineTestCase.BaselineMode, BaselineTestCase.Mode| Modifier and Type | Field and Description | 
|---|---|
| protected GenericDao | businessObjectDao | 
servicesdirtyLOG, moduleNameDEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycleslog, method| Constructor and Description | 
|---|
| BusinessObjectTestCase() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | setUp() | 
| abstract void | testCreate()This method should be overridden to test creation | 
| abstract void | testDelete()This method should be overridden to test delete | 
| void | testDuplicateCreate()This method should be overridden to test duplicate creation | 
| void | testInvalidCreate()This method should be overridden to test invalid creation | 
| void | testInvalidDelete()This method should be overridden to test an invalid delete | 
| void | testInvalidRead()This method should be overridden to test an invalid retrieval | 
| void | testInvalidUpdate()This method should be overridden to test an invalid update | 
| void | testReadById()This method should be overridden to test retrieval by id | 
| void | testReadByQuery()This method should be overridden to test retrieval | 
| abstract void | testUpdate()This method should be overridden to test updating | 
getLoadApplicationLifecyclegetClearDbPerTestLifecycles, getMode, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecyclesgetModuleNamegetKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData, loadSuiteTestDataconfigureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getSuiteLifecycles, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDowngetName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethodprotected GenericDao businessObjectDao
public BusinessObjectTestCase()
public void setUp() throws Exception
setUp in class KCBTestCaseExceptionpublic abstract void testCreate() throws Exception
Exceptionpublic void testInvalidCreate() throws Exception
Exceptionpublic void testDuplicateCreate() throws Exception
Exceptionpublic void testReadById() throws Exception
Exceptionpublic void testReadByQuery() throws Exception
Exceptionpublic void testInvalidRead() throws Exception
Exceptionpublic abstract void testUpdate() throws Exception
Exceptionpublic void testInvalidUpdate() throws Exception
Exceptionpublic abstract void testDelete() throws Exception
Exceptionpublic void testInvalidDelete() throws Exception
ExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.