Class NotificationFactoryTest
java.lang.Object
com.reallifedeveloper.common.application.notification.NotificationFactoryTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
-
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()
-