4243444546474849505152
@Test public void shouldHandleAndIgnoreException() { final Exception ex = new Exception(); final AbstractEntry entry = new TestEntry(); final Logger logger = context.mock(Logger.class); context.checking(new Expectations() {
4344454647484950515253
@Test public void shouldHandleFatalException() { final Exception causeException = new Exception(); final AbstractEntry entry = new TestEntry(); final Logger logger = context.mock(Logger.class); context.checking(new Expectations() {