}
public void testFailedCall() throws Exception {
Statistic stat = new Statistic();
Exception e = new Exception();
JobInfoCallable<String> info = new JobInfoCallable<String>(m_notifier, stat, new ExceptionCallable(e), null, null);
try {
info.call();
} catch (Exception e1) {
InOrder order = Mockito.inOrder(m_notifier);