Package com.sun.javatest.report
Class HTMLReport
java.lang.Object
com.sun.javatest.report.HTMLReport
HTML format of the report.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static String
getFile
(int code) Gets the file name based one the input code.static String[]
Gets the standard report file name used in JT Harness.List
<com.sun.javatest.report.ReportFormat> void
void
setResults
(List<TreeSet<TestResult>> results) com.sun.javatest.report.ReportFormat.ReportLink
write
(ReportSettings repSettings, File dir)
-
Field Details
-
reportCharset
The charset to request for the report output. Defaulted to UTF-8, if this is not available at runtime, code will use the default charset provided by the runtime.- See Also:
-
DEFAULT_CHARSET
Default charset to use. This is checked against the runtime availability before being used.
-
-
Constructor Details
-
HTMLReport
public HTMLReport()
-
-
Method Details
-
getReportFilenames
Gets the standard report file name used in JT Harness. Note that this returns the file names which are used for the main report only, not the aux. HTML files.- Returns:
- The report name.
-
getFile
Gets the file name based one the input code.- Parameters:
code
- The code name for the file.- Returns:
- The file name.
-
write
public com.sun.javatest.report.ReportFormat.ReportLink write(ReportSettings repSettings, File dir) throws IOException - Throws:
IOException
-
getReportID
-
getBaseDirName
-
getTypeName
-
acceptSettings
-
getSubReports
-
setResults
-
setKflData
-