Uses of Class
com.sun.javatest.report.CustomReport.ReportException
-
Packages that use CustomReport.ReportException Package Description com.sun.javatest.report This package provides API for generating reports about test runs. -
-
Uses of CustomReport.ReportException in com.sun.javatest.report
Methods in com.sun.javatest.report that throw CustomReport.ReportException Modifier and Type Method Description abstract java.io.File
CustomReport. createReport(java.io.File rootDir)
Create a report within the context of a GUI.abstract java.io.File
CustomReport. createReport(java.lang.String args, java.io.File rootDir, InterviewParameters ip, TestFilter filter)
Write a report without the context of a GUI.
-