org.kuali.rice.kim.test
Class KIMTestCase
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.kim.test.KIMTestCase
- All Implemented Interfaces:
- MethodAware
- Direct Known Subclasses:
- AuthorizationServiceImplTest, GroupServiceImplTest, GroupServiceTest, GroupUpdateServiceImplTest, IdentityArchiveServiceTest, IdentityServiceImplTest, IdentityServiceTest, KIMServiceLocatorInternalTest, KIMTestCase.BootstrapTest, LDAPIdentityServiceImplTest, PermissionServiceTest, PersonServiceImplTest, RoleServiceImplTest, RoleServiceTest, UiDocumentServiceImplTest
public abstract class KIMTestCase
- extends BaselineTestCase
This is test base that should be used for all KIM unit tests. All non-web unit tests for KIM should extend this base
class.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, 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 |
KIMTestCase
public KIMTestCase()
getSuiteLifecycles
protected List<Lifecycle> getSuiteLifecycles()
- Overrides:
getSuiteLifecycles
in class RiceTestCase
loadSuiteTestData
protected void loadSuiteTestData()
throws Exception
- Overrides:
loadSuiteTestData
in class RiceInternalSuiteDataTestCase
- Throws:
Exception
getLoadApplicationLifecycle
protected Lifecycle getLoadApplicationLifecycle()
- Overrides:
getLoadApplicationLifecycle
in class RiceTestCase
getPerTestLifecycles
protected List<Lifecycle> getPerTestLifecycles()
- Override the standard per-test lifecycles to prepend ClearDatabaseLifecycle and ClearCacheLifecycle
- Overrides:
getPerTestLifecycles
in class BaselineTestCase
- See Also:
RiceTestCase.getPerTestLifecycles()
getPerTestTablesNotToClear
protected List<String> getPerTestTablesNotToClear()
- Overrides:
getPerTestTablesNotToClear
in class BaselineTestCase
getModuleName
protected String getModuleName()
- Overrides:
getModuleName
in class BaseModuleTestCase
- See Also:
RiceTestCase.getModuleName()
getNextSequenceStringValue
protected String getNextSequenceStringValue(String sequenceName)
clearNamedCache
public void clearNamedCache(String cacheName)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.