Home | History | Annotate | Download | only in reporters

Lines Matching defs:getOutputDirectory

102     Utils.writeFile(getOutputDirectory(xmlSuite), TESTNG_XML, sb.toString());
191 Utils.writeFile(getOutputDirectory(xmlSuite), METHODS_NOT_RUN, sb2.toString());
209 Utils.writeFile(getOutputDirectory(xmlSuite), REPORTER_OUTPUT, sb.toString());
227 Utils.writeFile(getOutputDirectory(xmlSuite), CLASSES, sb.toString());
350 try (BufferedWriter bw = Utils.openWriter(getOutputDirectory(xmlSuite), outputFileName)) {
534 Utils.writeFile(getOutputDirectory(xmlSuite), GROUPS, sb.toString());
547 Utils.writeFile(getOutputDirectory(xmlSuite), "index.html", index.toString());
561 Utils.writeFile(getOutputDirectory(xmlSuite), "main.html", index.toString());
669 Utils.writeFile(getOutputDirectory(xmlSuite), "toc.html", tableOfContents.toString());
676 private String getOutputDirectory(XmlSuite xmlSuite) {
732 Utils.writeFile(getOutputDirectory(xmlSuite), testContext.getName() + ".properties", sb.toString());