|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public abstract class BusinessObjectTestCase
This base class for testing CRUD operations on BOs
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.kuali.rice.test.BaselineTestCase |
---|
BaselineTestCase.BaselineMode, BaselineTestCase.Mode |
Field Summary | |
---|---|
protected GenericDao |
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 | |
---|---|
BusinessObjectTestCase()
|
Method Summary | |
---|---|
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 |
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.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 |
Field Detail |
---|
protected GenericDao businessObjectDao
Constructor Detail |
---|
public BusinessObjectTestCase()
Method Detail |
---|
public void setUp() throws Exception
setUp
in class KCBTestCase
Exception
public abstract void testCreate() throws Exception
Exception
public void testInvalidCreate() throws Exception
Exception
public void testDuplicateCreate() throws Exception
Exception
public void testReadById() throws Exception
Exception
public void testReadByQuery() throws Exception
Exception
public void testInvalidRead() throws Exception
Exception
public abstract void testUpdate() throws Exception
Exception
public void testInvalidUpdate() throws Exception
Exception
public abstract void testDelete() throws Exception
Exception
public void testInvalidDelete() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |