354355356357358359360361362363364
} catch (AssumptionViolatedException e) { testNotifier.addFailedAssumption(e); } catch (Throwable e) { testNotifier.addFailure(e); } finally { testNotifier.fireTestFinished(); } } }