Package com.sun.javatest.report

This package provides API for generating reports about test runs.

See:
          Description

Interface Summary
Report.CustomReportManager  
Report.StartGenListener  
 

Class Summary
COFReport  
CustomReport API to specify a customized report type for the Test Manager.
CustomReport.ReportConfigPanel Configuration panel for a report.
CustomReportFormat  
HTMLReport HTML format of the report.
HTMLWriterEx A class to facilitate writing HTML via a stream.
KflPlainText Class to emit KFL check results in plain text format.
KflSorter Support class to read and process a list of tests and test cases which are known to fail during execution.
KflSorter.TestDiff Created for each result which somehow does not match what was expected based on the KFL.
PlainTextReport Plain text version of the report.
Report A report generator for sets of test results.
Report.Settings Deprecated. Use com.sun.javatest.report.ReportSettings instead
ReportDirChooser A custom JFileChooser, for a user to choose a report directory.
ReportManager A command manager to provide commands for reporting test results.
ReportSettings Specify what parts of the reports to generate.
XMLReport XML report (dump).
XMLReportMaker  
 

Enum Summary
KflSorter.Transitions  
 

Exception Summary
 

Package com.sun.javatest.report Description

This package provides API for generating reports about test runs.

Since:
3.1


Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.