Package | Description |
---|---|
com.sun.javatest.report |
This package provides API for generating reports about test runs.
|
Modifier and Type | Method and Description |
---|---|
static Report.Settings |
Report.Settings.create(Preferences prefs) |
static Report.Settings |
Report.getSettingsPrefs() |
Modifier and Type | Method and Description |
---|---|
void |
Report.StartGenListener.startReportGeneration(Report.Settings s,
java.lang.String reportID) |
void |
COFReport.write(Report.Settings s,
java.io.File dir) |
static void |
Report.writePrefs(Report.Settings s) |
void |
Report.writeReport(Report.Settings s,
java.io.File dir)
Write report files using the given settings, to the given location.
|
void |
Report.writeReports(Report.Settings s,
java.io.File dir,
java.util.Collection customReports) |
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.