org.kuali.rice.kcb.service.impl
Class MessageDeliveryServiceTest

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.service.impl.MessageDeliveryServiceTest
All Implemented Interfaces:
MethodAware

public class MessageDeliveryServiceTest
extends BusinessObjectTestCase

Tests MessageDeliveryService

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
MessageDeliveryServiceTest()
           
 
Method Summary
 void setUp()
           
 void testCreate()
          This method should be overridden to test creation
 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 testUpdate()
          This method should be overridden to test updating
 
Methods inherited from class org.kuali.rice.kcb.test.BusinessObjectTestCase
testReadByQuery
 
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

MessageDeliveryServiceTest

public MessageDeliveryServiceTest()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class BusinessObjectTestCase
Throws:
Exception

testCreate

public void testCreate()
Description copied from class: BusinessObjectTestCase
This method should be overridden to test creation

Specified by:
testCreate in class BusinessObjectTestCase

testDelete

public void testDelete()
Description copied from class: BusinessObjectTestCase
This method should be overridden to test delete

Specified by:
testDelete in class BusinessObjectTestCase

testDuplicateCreate

public void testDuplicateCreate()
Description copied from class: BusinessObjectTestCase
This method should be overridden to test duplicate creation

Overrides:
testDuplicateCreate in class BusinessObjectTestCase

testInvalidCreate

public void testInvalidCreate()
Description copied from class: BusinessObjectTestCase
This method should be overridden to test invalid creation

Overrides:
testInvalidCreate in class BusinessObjectTestCase

testInvalidDelete

public void testInvalidDelete()
Description copied from class: BusinessObjectTestCase
This method should be overridden to test an invalid delete

Overrides:
testInvalidDelete in class BusinessObjectTestCase

testInvalidRead

public void testInvalidRead()
Description copied from class: BusinessObjectTestCase
This method should be overridden to test an invalid retrieval

Overrides:
testInvalidRead in class BusinessObjectTestCase

testInvalidUpdate

public void testInvalidUpdate()
Description copied from class: BusinessObjectTestCase
This method should be overridden to test an invalid update

Overrides:
testInvalidUpdate in class BusinessObjectTestCase

testReadById

public void testReadById()
Description copied from class: BusinessObjectTestCase
This method should be overridden to test retrieval by id

Overrides:
testReadById in class BusinessObjectTestCase

testUpdate

public void testUpdate()
Description copied from class: BusinessObjectTestCase
This method should be overridden to test updating

Specified by:
testUpdate in class BusinessObjectTestCase


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.