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(TestSuiteLogCollection logCollection) Create report.
-
Method Details
-
createReport
Create report.- Parameters:
logCollection- Log collection- Returns:
- true on success, false otherwise
-