org.kuali.rice.ken.services.impl
Class NotificationServiceImplTest
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
org.kuali.rice.ken.services.impl.NotificationServiceImplTest
- All Implemented Interfaces:
- MethodAware
public class NotificationServiceImplTest
- extends KENTestCase
This class tests the notification service impl.
- 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 |
NotificationServiceImplTest
public NotificationServiceImplTest()
testGetNotification_validNotification
public void testGetNotification_validNotification()
testGetNotification_nonExistentNotification
public void testGetNotification_nonExistentNotification()
testGetNotificationsForRecipientByType_validInput
public void testGetNotificationsForRecipientByType_validInput()
testGetNotificationsForRecipientByType_invalidInput
public void testGetNotificationsForRecipientByType_invalidInput()
testSendNotificationAsXml_validInput
public void testSendNotificationAsXml_validInput()
throws InterruptedException,
org.quartz.SchedulerException,
IOException,
XmlException
- Throws:
InterruptedException
org.quartz.SchedulerException
IOException
XmlException
testSendNotificationAsXml_invalidInput
public void testSendNotificationAsXml_invalidInput()
throws IOException
- Throws:
IOException
testSendNotificationAsXml_producerNotAuthorized
public void testSendNotificationAsXml_producerNotAuthorized()
throws IOException,
XmlException
- Throws:
IOException
XmlException
testDismiss
public void testDismiss()
throws InterruptedException
- Tests that dismissing a single message delivery for a given user, also removes all other message deliveries for that
user that were generated for the same notification
- Throws:
InterruptedException
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.