super.runAfterHooks(reporter, tags);
EventHelper.fire(new AfterAfterHooks());
}
};
final Formatter formatter = runtimeOptions.formatter(tccl);
final JUnitReporter jUnitReporter = new JUnitReporter(runtimeOptions.reporter(tccl), formatter, runtimeOptions.isStrict());
for (final CucumberFeature feature : cucumberFeatures) {
LOGGER.info("Running " + feature.getPath());
new FeatureRunner(feature, runtime, jUnitReporter).run(runNotifier);
}