Uses of Class
com.sun.javatest.report.CustomReport
-
Packages that use CustomReport Package Description com.sun.javatest.exec The Test Manager Tool provides a GUI for opening, browsing, configuring, and running tests and test suites, and for browsing the results.com.sun.javatest.report This package provides API for generating reports about test runs. -
-
Uses of CustomReport in com.sun.javatest.exec
Methods in com.sun.javatest.exec that return CustomReport Modifier and Type Method Description CustomReport[]
ContextManager. getCustomReports()
Get custom report types. -
Uses of CustomReport in com.sun.javatest.report
Methods in com.sun.javatest.report that return CustomReport Modifier and Type Method Description CustomReport[]
Report.CustomReportManager. getCustomReports()
Methods in com.sun.javatest.report that return types with arguments of type CustomReport Modifier and Type Method Description java.util.List<CustomReport>
ReportSettings. getCustomReports()
Method parameters in com.sun.javatest.report with type arguments of type CustomReport Modifier and Type Method Description void
ReportSettings. setCustomReports(java.util.List<CustomReport> customReportCollection)
-