Package com.tngtech.jgiven.report.json
Interface ReportModelFileHandler
-
- All Known Implementing Classes:
ReportModelReader
public interface ReportModelFileHandler
Handles a single ReportModel that has been read from a single JSON file. Use theJsonModelTraverser
to read all files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleReportModel(ReportModelFile modelFile)
-
-
-
Method Detail
-
handleReportModel
void handleReportModel(ReportModelFile modelFile)
-
-