Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.reportgenerator | |
at.tuwien.ifs.somtoolbox.reportgenerator.gui | |
at.tuwien.ifs.somtoolbox.reportgenerator.output |
Modifier and Type | Method and Description |
---|---|
void |
ReportGenerator.createReport(int type,
String outputDirectory,
DatasetInformation datasetInfo,
TestRunResultCollection testruns) |
Modifier and Type | Method and Description |
---|---|
private TestRunResultCollection |
ReportGenWindow.getTestrunResultCollection(DatasetInformation dataInfo,
int type)
Makes a report on the default Map.
|
Modifier and Type | Field and Description |
---|---|
private TestRunResultCollection |
OutputReportLATEX.testruns |
private TestRunResultCollection |
OutputReportHtml.testruns |
Modifier and Type | Method and Description |
---|---|
void |
OutputReportLATEX.setTestrunInformation(TestRunResultCollection testruns,
int type)
gives an Object to the report writer that stores all information about the performed that shall be documented
within the report.
|
void |
OutputReportHtml.setTestrunInformation(TestRunResultCollection testruns,
int type)
gives an Object to the report writer that stores all information about the performed that shall be documented
within the report.
|
void |
OutputReport.setTestrunInformation(TestRunResultCollection testruns,
int type) |