Class NotificationFactoryTest

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

public class NotificationFactoryTest extends Object
  • Constructor Details

    • NotificationFactoryTest

      public NotificationFactoryTest()
  • Method Details

    • fromStoredEventWithSingleEventReturnsNotification

      @Test public void fromStoredEventWithSingleEventReturnsNotification()
    • fromStoredEventWithMultipleEventsReturnsAList

      @Test public void fromStoredEventWithMultipleEventsReturnsAList()
    • fromStoreventWithNullEventShouldThrowException

      @Test public void fromStoreventWithNullEventShouldThrowException()
    • fromStoredEventsWillNullListShouldThrowException

      @Test public void fromStoredEventsWillNullListShouldThrowException()
    • instanceWithNullEventStoreShouldThrowException

      @Test public void instanceWithNullEventStoreShouldThrowException()