@Override
protected final Object createTest() throws Exception {
Object test = super.createTest();
testNotifier = MycilaTesting.from(test.getClass()).configure(test).createNotifier(test);
ShutdownHook.get().add(new Closeable() {
public void close() throws Exception {
testNotifier.shutdown();
}
});
testNotifier.prepare();