com.silverpeas.notification
Class NotificationServiceTest
java.lang.Object
com.silverpeas.notification.NotificationServiceTest
- Direct Known Subclasses:
- NotificationPublishingTest, NotificationSubscriptionTest
@ContextConfiguration(locations="/spring-notification.xml")
public abstract class NotificationServiceTest
- extends Object
The base class of all of the test cases on the Silverpeas notification service.
It bootstraps the default messaging service used by the notification API and prepares a set of
data shared by the tests.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationServiceTest
public NotificationServiceTest()
bootstrapJMS
public static void bootstrapJMS()
throws Exception
- Throws:
Exception
shutdownJMS
public static void shutdownJMS()
throws Exception
- Throws:
Exception
getJMSTestFacade
public static JMSTestFacade getJMSTestFacade()
Copyright © 2016 Silverpeas. All Rights Reserved.