Interface IReportCreator
- All Known Implementing Classes:
FeatureReportCreator,ReportCreator,ScenarioReportCreator
public interface IReportCreator
Interface that classes that create reports should implement
-
Method Summary
Modifier and TypeMethodDescriptionbooleancreateReport(de.qytera.qtaf.core.log.model.collection.TestSuiteLogCollection logCollection) Create report
-
Method Details
-
createReport
boolean createReport(de.qytera.qtaf.core.log.model.collection.TestSuiteLogCollection logCollection) Create report- Parameters:
logCollection- Log collection- Returns:
- true on success, false otherwise
-