org.kuali.rice.kcb.service.impl
Class RecipientPreferenceTest
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.RecipientPreferenceTest
- All Implemented Interfaces:
- MethodAware
public class RecipientPreferenceTest
- extends BusinessObjectTestCase
Tests recipient preferences
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
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 |
RecipientPreferenceTest
public RecipientPreferenceTest()
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
testInvalidUpdateUniqueConstraint
public void testInvalidUpdateUniqueConstraint()
testReadByQuery
public void testReadByQuery()
- Description copied from class:
BusinessObjectTestCase
- This method should be overridden to test retrieval
- Overrides:
testReadByQuery
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-2012 The Kuali Foundation. All Rights Reserved.