};
s = wrapExpectedExceptions(s, c, instance);
s = wrapBeforeAndAfters(s, c, instance, notifier);
s = wrapMethodRules(s, c, instance);
s.evaluate();
} catch (Throwable e) {
boolean isKilled = runnerThreadGroup.isKilled(Thread.currentThread());
// Check if it's the runner trying to kill the thread. If so,
// there is no point in reporting such an exception back. Also,