final Object test = createTest();
getServicesInjector().injectServicesInto(test);
final TestMethod testMethod = wrapMethod(method);
new MethodRoadie(test, testMethod, notifier, description).run();
getTransactionManager().endTransaction();
} catch (final InvocationTargetException e) {
testAborted(notifier, description, e.getCause());