@Test
public void onNotificationError() {
int msgCount = 5;
String msg = "Test message";
String details = "Test details";
Severity severity = Severity.Error;
NotificationEvent mockEvent = mock(NotificationEvent.class);
InlineLink mockInlineLink = mock(InlineLink.class);
when(mockDisplay.getMessageCount()).thenReturn(msgCount);