135136137138139140141142143144145
} finally { if (system != null) { if (session != null) { IsisContext.closeSession(); } system.shutdown(); } } } private void testAborted(final RunNotifier notifier, final Description description, final Throwable e) {
129130131132133134135136137138139