3839404142434445464748
@Test public void shouldHandleAndIgnoreException() { final Exception ex = new Exception(); final TestEvent event = new TestEvent(); final Logger logger = context.mock(Logger.class); context.checking(new Expectations() {