}
});
testNotifier.prepare();
try {
setUp();
testNotifier.fireBeforeTest(getTestMethod());
TestExecution testExecution = (TestExecution) Mycila.currentExecution();
if (!testExecution.mustSkip()) {
try {
LOGGER.debug("Calling test method {0}.{1}", testExecution.method().getDeclaringClass().getName(), testExecution.method().getName());
super.runTest();