org.kuali.rice.ken.test
Class KENTestCase
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.ken.test.KENTestCase
- All Implemented Interfaces:
- MethodAware
- Direct Known Subclasses:
- KENTestCase.BootstrapTest, KEWIntegrationTest, NotificationAuthorizationServiceImplTest, NotificationContentTypeServiceImplTest, NotificationMessageContentServiceImplTest, NotificationMessageDeliveryAutoRemovalServiceImplTest, NotificationMessageDeliveryResolverServiceImplTest, NotificationMessageDeliveryServiceImplTest, NotificationRecipientServiceKimImplTest, NotificationSenderFormPostProcessorTest, NotificationServiceImplTest, NotificationWorkflowDocumentServiceImplTest, SendNotificationServiceImplTest, UserPreferenceServiceImplTest, XPathTest
public abstract class KENTestCase
- extends BaselineTestCase
Base test case for KEN that extends RiceTestCase
- 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, 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 |
services
protected SpringNotificationServiceLocator services
transactionManager
protected org.springframework.transaction.PlatformTransactionManager transactionManager
KENTestCase
public KENTestCase()
getSuiteLifecycles
protected List<Lifecycle> getSuiteLifecycles()
- Overrides:
getSuiteLifecycles
in class RiceTestCase
getLoadApplicationLifecycle
protected Lifecycle getLoadApplicationLifecycle()
- Overrides:
getLoadApplicationLifecycle
in class RiceTestCase
getPerTestLifecycles
protected List<Lifecycle> getPerTestLifecycles()
- Overrides:
getPerTestLifecycles
in class BaselineTestCase
getNotificationPerTestLifecycles
protected List<Lifecycle> getNotificationPerTestLifecycles()
loadDefaultTestData
protected void loadDefaultTestData()
throws Exception
- By default this loads the "default" data set from the DefaultTestData.sql
and DefaultTestData.xml files. Subclasses can override this to change
this behaviour
- Throws:
Exception
getPerTestTablesToClear
protected List<String> getPerTestTablesToClear()
- Returns the List of tables that should be cleared on every test run.
- Overrides:
getPerTestTablesToClear
in class BaselineTestCase
setUpAfterDataLoad
protected void setUpAfterDataLoad()
throws Exception
- Throws:
Exception
loadPerTestData
protected void loadPerTestData()
throws Exception
- Initiates loading of per-test data
- Overrides:
loadPerTestData
in class RiceTestCase
- Throws:
Exception
disableQuartzJobs
protected void disableQuartzJobs()
throws org.quartz.SchedulerException
- This method makes sure to disable the Quartz scheduler
- Throws:
org.quartz.SchedulerException
enableQuartzJobs
protected void enableQuartzJobs()
throws org.quartz.SchedulerException
- This method enables the Quartz scheduler
- Throws:
org.quartz.SchedulerException
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.