org.kuali.rice.kcb.service.impl
Class MessageServiceTest
java.lang.Object
   org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.BaseRiceTestCase
       org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceTestCase
           org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
               org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaseModuleTestCase
                   org.kuali.rice.test.BaselineTestCase
org.kuali.rice.test.BaselineTestCase
                       org.kuali.rice.kcb.test.KCBTestCase
org.kuali.rice.kcb.test.KCBTestCase
                           org.kuali.rice.kcb.test.BusinessObjectTestCase
org.kuali.rice.kcb.test.BusinessObjectTestCase
                               org.kuali.rice.kcb.service.impl.MessageServiceTest
org.kuali.rice.kcb.service.impl.MessageServiceTest
- All Implemented Interfaces: 
- MethodAware
- public class MessageServiceTest 
- extends BusinessObjectTestCase
Tests MessageService
- 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 | 
 
MessageServiceTest
public MessageServiceTest()
setUp
public void setUp()
           throws Exception
- 
- Overrides:
- setUpin class- BusinessObjectTestCase
 
- 
- Throws:
- Exception
 
testCreate
public void testCreate()
- Description copied from class: BusinessObjectTestCase
- This method should be overridden to test creation
 
- 
- Specified by:
- testCreatein class- BusinessObjectTestCase
 
- 
 
testDelete
public void testDelete()
- Description copied from class: BusinessObjectTestCase
- This method should be overridden to test delete
 
- 
- Specified by:
- testDeletein class- BusinessObjectTestCase
 
- 
 
testDuplicateCreate
public void testDuplicateCreate()
- Description copied from class: BusinessObjectTestCase
- This method should be overridden to test duplicate creation
 
- 
- Overrides:
- testDuplicateCreatein class- BusinessObjectTestCase
 
- 
 
testInvalidCreate
public void testInvalidCreate()
- Description copied from class: BusinessObjectTestCase
- This method should be overridden to test invalid creation
 
- 
- Overrides:
- testInvalidCreatein class- BusinessObjectTestCase
 
- 
 
testInvalidDelete
public void testInvalidDelete()
- Description copied from class: BusinessObjectTestCase
- This method should be overridden to test an invalid delete
 
- 
- Overrides:
- testInvalidDeletein class- BusinessObjectTestCase
 
- 
 
testInvalidRead
public void testInvalidRead()
- Description copied from class: BusinessObjectTestCase
- This method should be overridden to test an invalid retrieval
 
- 
- Overrides:
- testInvalidReadin class- BusinessObjectTestCase
 
- 
 
testInvalidUpdate
public void testInvalidUpdate()
- Description copied from class: BusinessObjectTestCase
- This method should be overridden to test an invalid update
 
- 
- Overrides:
- testInvalidUpdatein class- BusinessObjectTestCase
 
- 
 
testReadById
public void testReadById()
- Description copied from class: BusinessObjectTestCase
- This method should be overridden to test retrieval by id
 
- 
- Overrides:
- testReadByIdin class- BusinessObjectTestCase
 
- 
 
testUpdate
public void testUpdate()
- Description copied from class: BusinessObjectTestCase
- This method should be overridden to test updating
 
- 
- Specified by:
- testUpdatein class- BusinessObjectTestCase
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.