@Override
public final void runBare() throws Throwable {
final TestNotifier testNotifier = MycilaTesting.from(getClass()).configure(this).createNotifier(this);
ShutdownHook.get().add(new Closeable() {
public void close() throws Exception {
testNotifier.shutdown();
}
});
testNotifier.prepare();
try {
setUp();