org.easetech.easytest.reports.impl
Class ReportRunner

java.lang.Object
  extended by org.easetech.easytest.reports.impl.ReportRunner
All Implemented Interfaces:
Callable<Boolean>

public class ReportRunner
extends Object
implements Callable<Boolean>

This class receives the preprared data from the ReportBuilder and runs the reports

Author:
gpcmol

Constructor Summary
ReportRunner(ReportDataContainer testReportContainer, Report.EXPORT_FORMAT[] formats, String destinationLocation)
           
 
Method Summary
 Boolean call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportRunner

public ReportRunner(ReportDataContainer testReportContainer,
                    Report.EXPORT_FORMAT[] formats,
                    String destinationLocation)
Method Detail

call

public Boolean call()
             throws Exception
Specified by:
call in interface Callable<Boolean>
Throws:
Exception


Copyright © 2013. All Rights Reserved.