File dir = new File("build", "CeylonDocToolTest/" + name.getMethodName());
if (deleteDestDir && dir.exists()) {
FileUtil.delete(dir);
}
tool.setOut(dir.getAbsolutePath());
tool.initialize();
return tool;
}
private CeylonDocTool tool(String pathname, String moduleName,
boolean throwOnError, String... repositories)