Class NotificationResourceTest
java.lang.Object
com.reallifedeveloper.common.resource.notification.NotificationResourceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
init()
-
Constructor Details
-
NotificationResourceTest
public NotificationResourceTest()
-
-
Method Details
-
init
@BeforeEach public void init() -
getCurrentNotificationLogFullBatch
@Test public void getCurrentNotificationLogFullBatch() -
getCurrentNotificationLogFullBatchPlusOne
@Test public void getCurrentNotificationLogFullBatchPlusOne() -
getCurrentNotificationLogNoNotifications
@Test public void getCurrentNotificationLogNoNotifications() -
getCurrentNotificationLogServiceThrowsIllegalArgumentException
@Test public void getCurrentNotificationLogServiceThrowsIllegalArgumentException() -
getCurrentNotificationLogServiceThrowsNullPointerException
@Test public void getCurrentNotificationLogServiceThrowsNullPointerException() -
getNotificationLog
@Test public void getNotificationLog() -
getNotificationLogMalformedNotificationLogString
@Test public void getNotificationLogMalformedNotificationLogString() -
getNotificationLogNullNotificationLogString
@Test public void getNotificationLogNullNotificationLogString() -
getNotificationLogServiceThrowsIllegalArgumentException
@Test public void getNotificationLogServiceThrowsIllegalArgumentException() -
getNotificationLogServiceThrowsNullPointerException
@Test public void getNotificationLogServiceThrowsNullPointerException() -
constructorNullNotificationService
@Test public void constructorNullNotificationService() -
constructorNullObjectSerializer
@Test public void constructorNullObjectSerializer()
-