this.runFitnesseWiki(wiki.wikiName(), wiki);
}
void runFitExcel(Class claz, final String url) {
SpreadsheetRunner runner = new SpreadsheetRunner();
try {
runner.run(new File(url), new File("report.html"), new BatchFitLibrary());
} catch (Throwable e) {
throw new RuntimeException(e);
}
}