com.silverpeas.notification
Class NotificationServiceTest

java.lang.Object
  extended by 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.


Constructor Summary
NotificationServiceTest()
           
 
Method Summary
static void bootstrapJMS()
           
static JMSTestFacade getJMSTestFacade()
           
static void shutdownJMS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationServiceTest

public NotificationServiceTest()
Method Detail

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.