when(atlasEntityStore.createOrUpdate(any(EntityStream.class),anyBoolean())).thenThrow(newRuntimeException("Simulating exception in processing message"));
hookConsumer.handleMessage(message);
verifyZeroInteractions(consumer);
...
...
@@ -122,24 +148,12 @@ public class NotificationHookConsumerTest {