| Package | Description |
|---|---|
| org.easetech.easytest.annotation |
Package containing EasyTest specific annotations.
|
| org.easetech.easytest.reports.data |
Package containing classes that are responsible for gathering data for the reporting module of Easytest.
|
| org.easetech.easytest.reports.impl |
Package containing the Report module classes
|
| Modifier and Type | Method and Description |
|---|---|
static Report.EXPORT_FORMAT |
Report.EXPORT_FORMAT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Report.EXPORT_FORMAT[] |
Report.EXPORT_FORMAT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Report.EXPORT_FORMAT[] |
ReportParametersBean.getOutputFormats() |
| Constructor and Description |
|---|
ReportParametersBean(Report.EXPORT_FORMAT[] outputFormats,
Report.REPORT_TYPE[] reportTypes,
String outputLocation)
Constructor if there is no command line parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportExporter.printReport(net.sf.jasperreports.engine.JRDataSource dataSource,
Map<String,Object> jasperParameters,
String destinationFolder,
String name,
Report.EXPORT_FORMAT[] formats,
Report.REPORT_TYPE type) |
| Constructor and Description |
|---|
ReportRunner(ReportDataContainer testReportContainer,
Report.EXPORT_FORMAT[] formats,
Report.REPORT_TYPE[] types,
String destinationLocation)
Constructor
|
Copyright © 2014. All rights reserved.