org.kuali.rice.kcb.service.impl
Class MessageDeliveryServiceTest
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
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)
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.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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageDeliveryServiceTest
public MessageDeliveryServiceTest()
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-2014 The Kuali Foundation. All Rights Reserved.