Class NotificationServiceTest

java.lang.Object
com.reallifedeveloper.common.application.notification.NotificationServiceTest

public class NotificationServiceTest extends Object
  • Constructor Details

    • NotificationServiceTest

      public NotificationServiceTest()
  • Method Details

    • currentNotificationLog

      @Test public void currentNotificationLog()
    • currentNotificationLogFullBatch

      @Test public void currentNotificationLogFullBatch()
    • currentNotificationLogNoNotifications

      @Test public void currentNotificationLogNoNotifications()
    • notificationLog

      @Test public void notificationLog()
    • notificationLogNoNotifications

      @Test public void notificationLogNoNotifications()
    • publishNotifications

      @Test public void publishNotifications() throws Exception
      Throws:
      Exception
    • publishSameNotificationsTwice

      @Test public void publishSameNotificationsTwice() throws Exception
      Throws:
      Exception
    • publishNotificationsTwiceWithSomeNewEvents

      @Test public void publishNotificationsTwiceWithSomeNewEvents() throws Exception
      Throws:
      Exception
    • constructorNullEventStore

      @Test public void constructorNullEventStore()
    • constructorNullMessageTrackerRepository

      @Test public void constructorNullMessageTrackerRepository()
    • constructorNullNotificationPublisher

      @Test public void constructorNullNotificationPublisher()