at.tuwien.ifs.somtoolbox.reportgenerator.output
Interface OutputReport

All Known Implementing Classes:
OutputReportHtml, OutputReportLATEX

public interface OutputReport

Version:
$Id: OutputReport.java 3358 2010-02-11 14:35:07Z mayer $
Author:
Sebastian Skritek (0226286, Sebastian.Skritek@gmx.at), Martin Waitzbauer (0226025)

Method Summary
 void createOutput()
           
 void setDatasetInformation(DatasetInformation infoObj)
           
 void setTestrunInformation(TestRunResultCollection testruns, int type)
           
 

Method Detail

setDatasetInformation

void setDatasetInformation(DatasetInformation infoObj)

setTestrunInformation

void setTestrunInformation(TestRunResultCollection testruns,
                           int type)

createOutput

void createOutput()