Searched refs:REPORTER_OUTPUT (Results 1 - 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
H A DSuiteHTMLReporter.java40 public static final String REPORTER_OUTPUT = "reporter-output.html"; field in class:SuiteHTMLReporter
209 Utils.writeFile(getOutputDirectory(xmlSuite), REPORTER_OUTPUT, sb.toString());
617 .append("<td><a target='mainFrame' href='").append(REPORTER_OUTPUT).append("'>reporter output</a></td>\n")

Completed in 68 milliseconds