public class NotificationWorkflowDocumentServiceImplTest extends KENTestCase
KENTestCase.BootstrapTest, KENTestCase.ClearCacheLifecycle
BaselineTestCase.BaselineMode, BaselineTestCase.Mode
services, transactionManager
dirty
LOG, moduleName
DEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycles
log, method
Constructor and Description |
---|
NotificationWorkflowDocumentServiceImplTest() |
Modifier and Type | Method and Description |
---|---|
void |
createAndAdHocRouteNotificationWorkflowDocument_customKEW()
Tests whether the custom KEW document type
CustomNotification is used when set in this
Notification . |
void |
createAndAdHocRouteNotificationWorkflowDocument_defaultKEW()
Tests whether the default KEW document type
KualiNotification is used when set in this
Notification . |
void |
createAndAdHocRouteNotificationWorkflowDocument_undefinedKEW()
Tests whether the default KEW document type
KualiNotification is used when nothing is set in this
Notification . |
protected Document |
createNotificationWorkflowDocument(NotificationBo notification)
Helper method for creating a
Notification workflow document. |
disableQuartzJobs, enableQuartzJobs, getLoadApplicationLifecycle, getNotificationPerTestLifecycles, getPerTestLifecycles, getPerTestTablesToClear, getSuiteLifecycles, loadDefaultTestData, loadPerTestData, setUpAfterDataLoad
getClearDbPerTestLifecycles, getMode, getPerTestTablesNotToClear, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles, setUp
getModuleName
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData, loadSuiteTestData
configureLogging, dumpMemory, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown
getName, getPerTestDataLoaderLifecycle, getTestMethod, resetLogLevels, setLogLevel, setName, setTestMethod
public NotificationWorkflowDocumentServiceImplTest()
public void createAndAdHocRouteNotificationWorkflowDocument_defaultKEW() throws WorkflowException
KualiNotification
is used when set in this
Notification
.WorkflowException
- when KEW cannot find the documentpublic void createAndAdHocRouteNotificationWorkflowDocument_undefinedKEW() throws WorkflowException
KualiNotification
is used when nothing is set in this
Notification
.WorkflowException
- when KEW cannot find the documentpublic void createAndAdHocRouteNotificationWorkflowDocument_customKEW() throws WorkflowException
CustomNotification
is used when set in this
Notification
.WorkflowException
- when KEW cannot find the documentprotected Document createNotificationWorkflowDocument(NotificationBo notification)
Notification
workflow document.notification
- the Notification
to include in the workflow documentCopyright © 2005–2016 The Kuali Foundation. All rights reserved.