147148149150151152153154155156157
public Object operation() throws Exception { throw new Exception(); } }; try { handler.perform(); } catch (Exception ex) { // no-op } assertEquals(7, results.size()); }