Uses of Class
at.tuwien.ifs.somtoolbox.reportgenerator.TestRunResultCollection

Packages that use TestRunResultCollection
at.tuwien.ifs.somtoolbox.reportgenerator   
at.tuwien.ifs.somtoolbox.reportgenerator.gui   
at.tuwien.ifs.somtoolbox.reportgenerator.output   
 

Uses of TestRunResultCollection in at.tuwien.ifs.somtoolbox.reportgenerator
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator with parameters of type TestRunResultCollection
 void ReportGenerator.createReport(int type, String outputDirectory, DatasetInformation datasetInfo, TestRunResultCollection testruns)
           
 

Uses of TestRunResultCollection in at.tuwien.ifs.somtoolbox.reportgenerator.gui
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator.gui that return TestRunResultCollection
private  TestRunResultCollection ReportGenWindow.getTestrunResultCollection(DatasetInformation dataInfo, int type)
          Makes a report on the default Map.
 

Uses of TestRunResultCollection in at.tuwien.ifs.somtoolbox.reportgenerator.output
 

Fields in at.tuwien.ifs.somtoolbox.reportgenerator.output declared as TestRunResultCollection
private  TestRunResultCollection OutputReportLATEX.testruns
           
private  TestRunResultCollection OutputReportHtml.testruns
           
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator.output with parameters of type TestRunResultCollection
 void OutputReport.setTestrunInformation(TestRunResultCollection testruns, int type)
           
 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.