Class NotificationServiceTest
java.lang.Object
com.reallifedeveloper.common.application.notification.NotificationServiceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
-
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
- Throws:
Exception
-
publishSameNotificationsTwice
- Throws:
Exception
-
publishNotificationsTwiceWithSomeNewEvents
- Throws:
Exception
-
constructorNullEventStore
@Test public void constructorNullEventStore() -
constructorNullMessageTrackerRepository
@Test public void constructorNullMessageTrackerRepository() -
constructorNullNotificationPublisher
@Test public void constructorNullNotificationPublisher()
-